Don't print a label before .cfi_startproc when we don't need to. This makes
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 7 Jan 2012 22:42:19 +0000 (22:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 7 Jan 2012 22:42:19 +0000 (22:42 +0000)
commit547be2699c547b79a7735858a64921d8ccf180f7
tree616d1b084764043625272e37932b36dd5eeb54ac
parent86132a721d7671f382e0c88c0233ec92186daaf4
Don't print a label before .cfi_startproc when we don't need to. This makes
the produce assembly when using CFI just a bit more readable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147743 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCStreamer.cpp
test/CodeGen/ARM/debug-info-sreg2.ll
test/CodeGen/X86/dbg-merge-loc-entry.ll
test/CodeGen/X86/empty-functions.ll
test/CodeGen/X86/pr11202.ll
test/CodeGen/X86/tail-dup-addr.ll