summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-18 17:19:46 +0000
committerDan Gohman <gohman@apple.com>2009-08-18 17:19:46 +0000
commit9ae003d3346b1fd848343769fde28030a34f2840 (patch)
tree5d5c360940cc34f9a12a70a6505853a2a0ee025f /test
parent633a016493e6ed2d3039e0633b72f36bc0cee8f7 (diff)
downloadllvm-9ae003d3346b1fd848343769fde28030a34f2840.tar.gz
llvm-9ae003d3346b1fd848343769fde28030a34f2840.tar.bz2
llvm-9ae003d3346b1fd848343769fde28030a34f2840.tar.xz
Make this test less sensitive to assembler differences.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/omit-label.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/omit-label.ll b/test/CodeGen/X86/omit-label.ll
index 35e6427daf..9ff6816655 100644
--- a/test/CodeGen/X86/omit-label.ll
+++ b/test/CodeGen/X86/omit-label.ll
@@ -5,7 +5,7 @@
; Don't omit these labels' definitions.
; CHECK: bux:
-; CHECK: .LBB1_1:
+; CHECK: LBB1_1:
define void @bux(i32 %p_53) nounwind optsize {
entry:
@@ -28,9 +28,9 @@ declare i32 @baz(...)
; Don't omit this label in the assembly output.
; CHECK: int321:
-; CHECK: jne .LBB2_1
-; CHECK: jle .LBB2_1
-; CHECK: .LBB2_1:
+; CHECK: LBB2_1
+; CHECK: LBB2_1
+; CHECK: LBB2_1:
define void @int321(i8 signext %p_103, i32 %uint8p_104) nounwind readnone {
entry: