summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/TableGen/InstrSelectorEmitter.cpp1
-rw-r--r--utils/TableGen/InstrSelectorEmitter.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/TableGen/InstrSelectorEmitter.cpp b/support/tools/TableGen/InstrSelectorEmitter.cpp
index 8bc8f611dd..a3c535cad4 100644
--- a/support/tools/TableGen/InstrSelectorEmitter.cpp
+++ b/support/tools/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...
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...