Fix typo. I accidentally edited the wrong file before my last commit.
authorOwen Anderson <resistor@mac.com>
Thu, 2 Sep 2010 19:52:06 +0000 (19:52 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 2 Sep 2010 19:52:06 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112851 91177308-0d34-0410-b5e6-96231b3b80d8

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