test: Prefer CHECK-LABEL to CHECK in branchweight tests
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation / 2010-09-02-Trunc.ll
index f2553dc2ca141cb288dc2c6fba2eb1bd27062780..0754f868d249c042b0c5d57858ee41b0b10c64ed 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
 
-; CHECK: @check
+; CHECK-LABEL: @test(
 define i16 @test(i32 %a, i1 %b) {
 entry:
   %c = icmp eq i32 %a, 0
@@ -22,4 +22,4 @@ merge:
   %h = select i1 %f, i16 1, i16 0 
 ; CHECK: ret i16 %h
   ret i16 %h
-}
\ No newline at end of file
+}