diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-06-30 22:35:49 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-06-30 22:35:49 +0000 |
commit | 2fd8d775df5c706089b02c0de93866478006eb32 (patch) | |
tree | 01c970f670008b49095bf852b34bb439cc96b3d6 /llvm/lib/MC/MCDwarf.cpp | |
parent | 027cb82657d64ab8c529042165e04e582d8fc649 (diff) | |
download | bcm5719-llvm-2fd8d775df5c706089b02c0de93866478006eb32.tar.gz bcm5719-llvm-2fd8d775df5c706089b02c0de93866478006eb32.zip |
Add one more comment to the FDE verbose asm output.
llvm-svn: 134200
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r-- | llvm/lib/MC/MCDwarf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index 1b244645f8c..1a3596a234e 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -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; } |