forked from OSchip/llvm-project
Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for
consistency with the other currently empty sections. llvm-svn: 42276
This commit is contained in:
parent
0baf84b2e1
commit
9b00c07be5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue