summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-08-31 07:48:34 +0000
committerOwen Anderson <resistor@mac.com>2010-08-31 07:48:34 +0000
commit25e9405272630204eb721d8b6ab47a5a25f24885 (patch)
tree050643445d171dc43f3558bd4a3b7ccca68900ba /test
parent7aff1cd0389d922d752b57b9ccf942b457977955 (diff)
downloadllvm-25e9405272630204eb721d8b6ab47a5a25f24885.tar.gz
llvm-25e9405272630204eb721d8b6ab47a5a25f24885.tar.bz2
llvm-25e9405272630204eb721d8b6ab47a5a25f24885.tar.xz
Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/ValuePropagation/basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ValuePropagation/basic.ll b/test/Transforms/ValuePropagation/basic.ll
index 2cb6afc721..b210d37f1b 100644
--- a/test/Transforms/ValuePropagation/basic.ll
+++ b/test/Transforms/ValuePropagation/basic.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -value-propagation -S | FileCheck %s
+; RUN: opt < %s -correlated-propagation -S | FileCheck %s
; PR2581
; CHECK: @test1