summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
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/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
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/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll')
-rw-r--r--test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll b/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
index 683e07db51..08c483d6d7 100644
--- a/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
+++ b/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
@@ -1,7 +1,7 @@
; PR1109
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | \
+; RUN: llvm-as < %s | opt -basicaa -gvn -instcombine | llvm-dis | \
; RUN: grep {sub i32}
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | \
+; RUN: llvm-as < %s | opt -basicaa -gvn -instcombine | llvm-dis | \
; RUN: not grep {ret i32 0}
; END.