Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for
authorDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 21:36:21 +0000 (21:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 21:36:21 +0000 (21:36 +0000)
commit44de9267c30e9ad393391aa7fbcefddc8a5a803b
tree32e4fa47239022e19bb7c406377331be06cc6d25
parent8549636fcfa8e91b654a3bd677a1475f7f014023
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