[llvm-commits] CVS: llvm/lib/CWriter/Writer.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 31 12:48:01 PDT 2003


Changes in directory llvm/lib/CWriter:

Writer.cpp updated: 1.112 -> 1.113

---
Log message:

Unbreak the CBE output


---
Diffs of the changes:

Index: llvm/lib/CWriter/Writer.cpp
diff -u llvm/lib/CWriter/Writer.cpp:1.112 llvm/lib/CWriter/Writer.cpp:1.113
--- llvm/lib/CWriter/Writer.cpp:1.112	Thu Jul 31 10:11:08 2003
+++ llvm/lib/CWriter/Writer.cpp	Thu Jul 31 12:47:24 2003
@@ -570,9 +570,7 @@
   // get declaration for alloca
   Out << "/* Provide Declarations */\n";
   Out << "#include <stdarg.h>\n";
-#ifdef HAVE_JUMP
   Out << "#include <setjmp.h>\n";
-#endif
   generateCompilerSpecificCode(Out);
   
   // Provide a definition for `bool' if not compiling with a C++ compiler.





More information about the llvm-commits mailing list