summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-09-24 21:36:21 +0000
committerDan Gohman <gohman@apple.com>2007-09-24 21:36:21 +0000
commit9b00c07be576e0280cf4b9ff70227b6330b11ec6 (patch)
tree14bd0994a1cd40d8ddcc0a54ab3d6d7a2af24036 /llvm/lib/CodeGen/DwarfWriter.cpp
parent0baf84b2e1ac0ba5d847c793e4096d2a2dfadd23 (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud