mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Add one more comment to the FDE verbose asm output.
llvm-svn: 134200
This commit is contained in:
parent
63769912fc
commit
80c39ac9a5
@ -670,6 +670,7 @@ void FrameEmitterImpl::EmitCFIInstructions(MCStreamer &streamer,
|
||||
if (BaseLabel && Label) {
|
||||
MCSymbol *ThisSym = Label;
|
||||
if (ThisSym != BaseLabel) {
|
||||
if (streamer.isVerboseAsm()) streamer.AddComment("DW_CFA_advance_loc4");
|
||||
streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym);
|
||||
BaseLabel = ThisSym;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user