summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-07 22:50:41 +0000
committerChris Lattner <sabre@nondot.org>2002-09-07 22:50:41 +0000
commit72846c2dcd4567f23731a946ebd4fe63f1259f1d (patch)
tree7ab428ea725d37026b5f851dc6e44b021c4ef523 /test
parent92bab8391353af414189995d5219d88b0bea31ff (diff)
downloadllvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.tar.gz
llvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.tar.bz2
llvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.tar.xz
Fix bug in testcase now that load-vn is not built into gcse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/BasicAA/gcsetest.ll2
-rw-r--r--test/Transforms/BasicAA/gcsetest.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/BasicAA/gcsetest.ll b/test/Analysis/BasicAA/gcsetest.ll
index a49f3130bb..6755663947 100644
--- a/test/Analysis/BasicAA/gcsetest.ll
+++ b/test/Analysis/BasicAA/gcsetest.ll
@@ -2,7 +2,7 @@
; disambiguating some obvious cases. All loads should be removable in
; this testcase.
-; RUN: if as < %s | opt -basicaa -gcse -instcombine -dce | dis | grep load
+; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi
diff --git a/test/Transforms/BasicAA/gcsetest.ll b/test/Transforms/BasicAA/gcsetest.ll
index a49f3130bb..6755663947 100644
--- a/test/Transforms/BasicAA/gcsetest.ll
+++ b/test/Transforms/BasicAA/gcsetest.ll
@@ -2,7 +2,7 @@
; disambiguating some obvious cases. All loads should be removable in
; this testcase.
-; RUN: if as < %s | opt -basicaa -gcse -instcombine -dce | dis | grep load
+; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi