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 | 44de9267c30e9ad393391aa7fbcefddc8a5a803b (patch) | |
tree | 32e4fa47239022e19bb7c406377331be06cc6d25 /lib/CodeGen/DwarfWriter.cpp | |
parent | 8549636fcfa8e91b654a3bd677a1475f7f014023 (diff) |
Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for
consistency with the other currently empty sections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 0358332ade..8250558b26 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/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. |