Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / BBVectorize / X86 / cmp-types.ll
index a4fcbb6048f58abf25db2459a9e4dd854df83280..fc1da1b0c609b5c755abcdf0a58025d0369c864b 100644 (file)
@@ -11,6 +11,6 @@ entry:
   %tobool21 = icmp ne %"struct.btSoftBody"* %n2, null
   %cond22 = zext i1 %tobool21 to i32
   ret void
-; CHECK: @test1
+; CHECK-LABEL: @test1(
 }