From: Owen Anderson Date: Thu, 2 Sep 2010 19:52:06 +0000 (+0000) Subject: Fix typo. I accidentally edited the wrong file before my last commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df0b94bceadb0ee5261a20cb4f10105264e2288c;p=oota-llvm.git Fix typo. I accidentally edited the wrong file before my last commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112851 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll b/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll index f2553dc2ca1..fef5b8579eb 100644 --- a/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll +++ b/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll @@ -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