From 9b00c07be576e0280cf4b9ff70227b6330b11ec6 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. llvm-svn: 42276 --- llvm/lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 0358332ade5b..8250558b2678 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.