summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr11202.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-01-07 22:42:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-01-07 22:42:19 +0000
commit547be2699c547b79a7735858a64921d8ccf180f7 (patch)
tree616d1b084764043625272e37932b36dd5eeb54ac /test/CodeGen/X86/pr11202.ll
parent86132a721d7671f382e0c88c0233ec92186daaf4 (diff)
downloadllvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.gz
llvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.bz2
llvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/pr11202.ll')
-rw-r--r--test/CodeGen/X86/pr11202.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pr11202.ll b/test/CodeGen/X86/pr11202.ll
index 2b26a69caa..13070d1c60 100644
--- a/test/CodeGen/X86/pr11202.ll
+++ b/test/CodeGen/X86/pr11202.ll
@@ -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