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

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 11:00:03 PDT 2003


Changes in directory llvm/utils/TableGen:

InstrSelectorEmitter.cpp updated: 1.32 -> 1.33

---
Log message:

Fix warning on sparc build


---
Diffs of the changes:

Index: llvm/utils/TableGen/InstrSelectorEmitter.cpp
diff -u llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.32 llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.33
--- llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.32	Thu Aug 14 23:28:04 2003
+++ llvm/utils/TableGen/InstrSelectorEmitter.cpp	Thu Aug 21 10:59:16 2003
@@ -401,6 +401,7 @@
   } else {
     assert(0 && "Don't know how to get a slot name for this!");
   }
+  return "";
 }
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list