summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-22 20:27:10 +0000
committerChris Lattner <sabre@nondot.org>2003-09-22 20:27:10 +0000
commit8bab27d28213d8fd58ccf1f7b33360c87364fe5d (patch)
treeb50dae5a59b353db23b5e064fcd6f41a5553a851 /utils
parent6e271236a559594bf0676a76d8c55b887d469d73 (diff)
downloadllvm-8bab27d28213d8fd58ccf1f7b33360c87364fe5d.tar.gz
llvm-8bab27d28213d8fd58ccf1f7b33360c87364fe5d.tar.bz2
llvm-8bab27d28213d8fd58ccf1f7b33360c87364fe5d.tar.xz
Squelch warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/InstrSelectorEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/InstrSelectorEmitter.cpp b/utils/TableGen/InstrSelectorEmitter.cpp
index 8bc8f611dd..a3c535cad4 100644
--- a/utils/TableGen/InstrSelectorEmitter.cpp
+++ b/utils/TableGen/InstrSelectorEmitter.cpp
@@ -210,6 +210,7 @@ TreePatternNode *Pattern::ParseTreePattern(DagInit *Dag) {
} else {
Arg->dump();
error("Unknown leaf value for tree pattern!");
+ return 0;
}
// Apply the type cast...