diff options
author | Owen Anderson <resistor@mac.com> | 2010-09-02 19:52:06 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-09-02 19:52:06 +0000 |
commit | df0b94bceadb0ee5261a20cb4f10105264e2288c (patch) | |
tree | 11101212cb84c93f79db0e851845c579825d4c60 | |
parent | 1674b0b0e4972b844833f253286cbf99a6e99d6e (diff) |
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
-rw-r--r-- | test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll b/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll index f2553dc2ca..fef5b8579e 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 |