mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-23 16:31:20 +00:00
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:
parent
002a50ac64
commit
f6b7ff92d6
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user