mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Remove some extraneous newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32501a0e33
commit
58d63567ea
@ -3679,8 +3679,8 @@ void DAGISelEmitter::run(std::ostream &OS) {
|
||||
OS << "#if defined(__GNUC__) && \\\n";
|
||||
OS << " ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)))\n";
|
||||
OS << "#define NOINLINE __attribute__((noinline))\n";
|
||||
OS << "#else\n\n";
|
||||
OS << "#define NOINLINE\n\n";
|
||||
OS << "#else\n";
|
||||
OS << "#define NOINLINE\n";
|
||||
OS << "#endif\n\n";
|
||||
|
||||
OS << "// Instance var to keep track of multiply used nodes that have \n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user