diff options
| author | Dan Gohman <gohman@apple.com> | 2007-09-24 21:36:21 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2007-09-24 21:36:21 +0000 |
| commit | 9b00c07be576e0280cf4b9ff70227b6330b11ec6 (patch) | |
| tree | 14bd0994a1cd40d8ddcc0a54ab3d6d7a2af24036 /llvm/lib/CodeGen/DwarfWriter.cpp | |
| parent | 0baf84b2e1ac0ba5d847c793e4096d2a2dfadd23 (diff) | |
| download | bcm5719-llvm-9b00c07be576e0280cf4b9ff70227b6330b11ec6.tar.gz bcm5719-llvm-9b00c07be576e0280cf4b9ff70227b6330b11ec6.zip | |
Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for
consistency with the other currently empty sections.
llvm-svn: 42276
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 0358332ade5..8250558b267 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -2525,9 +2525,9 @@ private: Asm->EmitInt32(0); Asm->EOL("EOM (1)"); Asm->EmitInt32(0); Asm->EOL("EOM (2)"); + #endif Asm->EOL(); - #endif } /// EmitDebugRanges - Emit visible names into a debug ranges section. |

