Delete the label names from this test to make it less fragile.
authorDan Gohman <gohman@apple.com>
Fri, 18 Sep 2009 21:23:12 +0000 (21:23 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Sep 2009 21:23:12 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82276 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/peep-test-3.ll

index a96351a30377237ea007589db83dd910ef2406d4..48da2b650c8f91a33ae17ed2b1725f76680f8d52 100644 (file)
@@ -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