summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-01 20:02:55 +0000
committerOwen Anderson <resistor@mac.com>2010-10-01 20:02:55 +0000
commit7267e14327b269bd15dd9cc8083f68bef577b585 (patch)
treea41be3c97a8dee5a1f820db0b7a42a56a99b3f24 /test/Transforms/GVN
parent7c3423f4138fde8c38e87894e72f6658cee8cc7b (diff)
downloadllvm-7267e14327b269bd15dd9cc8083f68bef577b585.tar.gz
llvm-7267e14327b269bd15dd9cc8083f68bef577b585.tar.bz2
llvm-7267e14327b269bd15dd9cc8083f68bef577b585.tar.xz
Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder.
Anyone interested in more general PRE would be better served by implementing it separately, to get real anticipation calculation, etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/2010-03-31-RedundantPHIs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll b/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
index 066e3038b0..504004763d 100644
--- a/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
+++ b/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -gvn -enable-full-load-pre -S | FileCheck %s
+; RUN: opt < %s -gvn -S | FileCheck %s
define i8* @cat(i8* %s1, ...) nounwind {
entry: