mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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
This commit is contained in:
@@ -15,5 +15,5 @@ l2: ; preds = %l1
|
||||
br label %l1
|
||||
}
|
||||
|
||||
; CHECK: .Ltmp1: # Address of block that was removed by CodeGen
|
||||
; CHECK: .quad .Ltmp1
|
||||
; CHECK: .Ltmp0: # Address of block that was removed by CodeGen
|
||||
; CHECK: .quad .Ltmp0
|
||||
|
Reference in New Issue
Block a user