FileCheck hygiene.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 5 Jan 2012 00:43:34 +0000 (00:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 5 Jan 2012 00:43:34 +0000 (00:43 +0000)
llvm-svn: 147580

llvm/test/CodeGen/X86/avx-shuffle-x86_32.ll
llvm/test/CodeGen/X86/cmpxchg16b.ll
llvm/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll
llvm/test/Transforms/InstCombine/icmp.ll
llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll

index 1750583..5268ec3 100755 (executable)
@@ -3,6 +3,6 @@
 define <4 x i64> @test1(<4 x i64> %a) nounwind {
  %b = shufflevector <4 x i64> %a, <4 x i64> undef, <4 x i32> <i32 1, i32 3, i32 5, i32 7>
  ret <4 x i64>%b
- ; CHECK test1:
+ ; CHECK: test1:
  ; CHECK: vinsertf128
  }
index ba1c4ef..edbd0bc 100644 (file)
@@ -3,7 +3,7 @@
 ; Basic 128-bit cmpxchg
 define void @t1(i128* nocapture %p) nounwind ssp {
 entry:
-; CHECK movl   $1, %ebx
+; CHECK: movl  $1, %ebx
 ; CHECK: lock
 ; CHECK-NEXT: cmpxchg16b
   %r = cmpxchg i128* %p, i128 0, i128 1 seq_cst
index 7d6d7ba..84e21e4 100644 (file)
@@ -16,5 +16,5 @@ allocas:
 ; CHECK: f:
 ; CHECK: ldaw [[REGISTER:r[0-9]+]], {{r[0-9]+}}[-r1]
 ; CHECK: set sp, [[REGISTER]]
-; CHECK extsp 1
-; CHECK bl g
+; CHECK: extsp 1
+; CHECK: bl g
index 016e8c5..5e483cb 100644 (file)
@@ -524,7 +524,7 @@ define i1 @test53(i32 %a, i32 %b) nounwind {
 
 ; CHECK: @test54
 ; CHECK-NEXT: %and = and i8 %a, -64
-; CHECK-NEXT icmp eq i8 %and, -128
+; CHECK-NEXT: icmp eq i8 %and, -128
 define i1 @test54(i8 %a) nounwind {
   %ext = zext i8 %a to i32
   %and = and i32 %ext, 192
index 5ef1c6c..c791785 100644 (file)
@@ -3,7 +3,7 @@
 declare void @helper(i32)
 
 define void @test1(i1 %a, i1 %b) {
-; CHECK @test1
+; CHECK: @test1
 entry:
   br i1 %a, label %Y, label %X, !prof !0
 ; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !0