Unbreak the CBE output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-07-31 17:47:24 +00:00
parent 002a50ac64
commit f6b7ff92d6
2 changed files with 0 additions and 4 deletions

View File

@ -570,9 +570,7 @@ void CWriter::printModule(Module *M) {
// 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.

View File

@ -570,9 +570,7 @@ void CWriter::printModule(Module *M) {
// 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.