From 44de9267c30e9ad393391aa7fbcefddc8a5a803b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Sep 2007 21:36:21 +0000 Subject: [PATCH] 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 --- lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 0358332ade5..8250558b267 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. -- 2.34.1