summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-18 21:23:12 +0000
committerDan Gohman <gohman@apple.com>2009-09-18 21:23:12 +0000
commit51f544240366c99ff8f722c7b4d54eb5ea285da0 (patch)
tree34ce4a2e94099de8ba61432e85276f58f912afe7 /llvm/test/CodeGen
parent43f2cd7757fe9587d904d11a63dae2f698ebfc30 (diff)
downloadbcm5719-llvm-51f544240366c99ff8f722c7b4d54eb5ea285da0.tar.gz
bcm5719-llvm-51f544240366c99ff8f722c7b4d54eb5ea285da0.zip
Delete the label names from this test to make it less fragile.
llvm-svn: 82276
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/peep-test-3.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/peep-test-3.ll b/llvm/test/CodeGen/X86/peep-test-3.ll
index a96351a3037..48da2b650c8 100644
--- a/llvm/test/CodeGen/X86/peep-test-3.ll
+++ b/llvm/test/CodeGen/X86/peep-test-3.ll
@@ -9,7 +9,7 @@ entry:
%1 = and i32 %0, 3 ; <i32> [#uses=1]
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
; CHECK: orl %ecx, %edx
-; CHECK-NEXT: je .LBB1_2
+; CHECK-NEXT: je
%3 = or i32 %2, %1 ; <i32> [#uses=1]
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
br i1 %4, label %return, label %bb
@@ -27,7 +27,7 @@ entry:
%0 = ptrtoint float* %A to i32 ; <i32> [#uses=1]
%1 = and i32 %0, 3 ; <i32> [#uses=1]
; CHECK: xorl $1, %e
-; CHECK-NEXT: je .LBB2_2
+; CHECK-NEXT: je
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
%3 = xor i32 %2, %1 ; <i32> [#uses=1]
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
@@ -49,7 +49,7 @@ entry:
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
; CHECK: andl $3, %
; CHECK-NEXT: movb %
-; CHECK-NEXT: je .LBB3_2
+; CHECK-NEXT: je
%3 = and i32 %2, %1 ; <i32> [#uses=1]
%t = trunc i32 %3 to i8
store i8 %t, i8* %p
@@ -74,7 +74,7 @@ entry:
%1 = and i32 %0, 3 ; <i32> [#uses=1]
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
; CHECK: testb $3, %
-; CHECK-NEXT: je .LBB4_2
+; CHECK-NEXT: je
%3 = and i32 %2, %1 ; <i32> [#uses=1]
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
br i1 %4, label %return, label %bb
OpenPOWER on IntegriCloud