[llvm-commits] CVS: llvm/utils/TableGen/InstrSelectorEmitter.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 22 15:28:02 PDT 2003


Changes in directory llvm/utils/TableGen:

InstrSelectorEmitter.cpp updated: 1.33 -> 1.34

---
Log message:

Squelch warning


---
Diffs of the changes:

Index: llvm/utils/TableGen/InstrSelectorEmitter.cpp
diff -u llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.33 llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.34
--- llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.33	Thu Aug 21 10:59:16 2003
+++ llvm/utils/TableGen/InstrSelectorEmitter.cpp	Mon Sep 22 15:27:10 2003
@@ -210,6 +210,7 @@
     } else {
       Arg->dump();
       error("Unknown leaf value for tree pattern!");
+      return 0;
     }
 
     // Apply the type cast...





More information about the llvm-commits mailing list