diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index ad242c77c46..404e6f6f55b 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp @@ -570,9 +570,7 @@ void CWriter::printModule(Module *M) { // get declaration for alloca Out << "/* Provide Declarations */\n"; Out << "#include \n"; -#ifdef HAVE_JUMP Out << "#include \n"; -#endif generateCompilerSpecificCode(Out); // Provide a definition for `bool' if not compiling with a C++ compiler. diff --git a/lib/Target/CBackend/Writer.cpp b/lib/Target/CBackend/Writer.cpp index ad242c77c46..404e6f6f55b 100644 --- a/lib/Target/CBackend/Writer.cpp +++ b/lib/Target/CBackend/Writer.cpp @@ -570,9 +570,7 @@ void CWriter::printModule(Module *M) { // get declaration for alloca Out << "/* Provide Declarations */\n"; Out << "#include \n"; -#ifdef HAVE_JUMP Out << "#include \n"; -#endif generateCompilerSpecificCode(Out); // Provide a definition for `bool' if not compiling with a C++ compiler.