summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-16 00:00:54 +0000
committerOwen Anderson <resistor@mac.com>2008-08-16 00:00:54 +0000
commit7c856c09cd5a2d6231d2f03e383bbc165833df8c (patch)
treef6072cd0e61d3da912f6f25845db748dddcabf89 /test/Transforms/Reassociate
parent3688f268cb31dbfb5b36131d96af668fa2fc6a8d (diff)
downloadllvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.tar.gz
llvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.tar.bz2
llvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.tar.xz
Remove GCSE and LoadVN from the testsuite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/Reassociate')
-rw-r--r--test/Transforms/Reassociate/basictest3.ll2
-rw-r--r--test/Transforms/Reassociate/basictest4.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Reassociate/basictest3.ll b/test/Transforms/Reassociate/basictest3.ll
index 71a6cf656d..a88030db2f 100644
--- a/test/Transforms/Reassociate/basictest3.ll
+++ b/test/Transforms/Reassociate/basictest3.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -gcse | llvm-dis | grep add | count 6
+; RUN: llvm-as < %s | opt -reassociate -gvn | llvm-dis | grep add | count 6
; Each of these functions should turn into two adds each.
@e = external global i32 ; <i32*> [#uses=3]
diff --git a/test/Transforms/Reassociate/basictest4.ll b/test/Transforms/Reassociate/basictest4.ll
index fbf86a9f58..608becd9c3 100644
--- a/test/Transforms/Reassociate/basictest4.ll
+++ b/test/Transforms/Reassociate/basictest4.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -gcse -instcombine | llvm-dis | not grep add
+; RUN: llvm-as < %s | opt -reassociate -gvn -instcombine | llvm-dis | not grep add
@a = weak global i32 0 ; <i32*> [#uses=1]
@b = weak global i32 0 ; <i32*> [#uses=1]