Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation / 2010-09-02-Trunc.ll
index f2553dc2ca141cb288dc2c6fba2eb1bd27062780..fef5b8579eb58d4938a8ddd008651bfaf88fe657 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
 
-; CHECK: @check
+; CHECK: @test
 define i16 @test(i32 %a, i1 %b) {
 entry:
   %c = icmp eq i32 %a, 0