mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
Remove some extraneous newlines.
llvm-svn: 29492
This commit is contained in:
parent
8afa040b03
commit
6f475f0904
@ -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