summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-31 17:47:24 +0000
committerChris Lattner <sabre@nondot.org>2003-07-31 17:47:24 +0000
commit9fabe8dddf126154a75ab3f487732d63c65e55f8 (patch)
treee2ec6b466ae1c24b4cb32885334093047747294e /llvm
parenta2d9f4069339a5d70dcad740ebbaf7d63ad17821 (diff)
downloadbcm5719-llvm-9fabe8dddf126154a75ab3f487732d63c65e55f8.tar.gz
bcm5719-llvm-9fabe8dddf126154a75ab3f487732d63c65e55f8.zip
Unbreak the CBE output
llvm-svn: 7453
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CWriter/Writer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CWriter/Writer.cpp b/llvm/lib/CWriter/Writer.cpp
index ad242c77c46..404e6f6f55b 100644
--- a/llvm/lib/CWriter/Writer.cpp
+++ b/llvm/lib/CWriter/Writer.cpp
@@ -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.
OpenPOWER on IntegriCloud