aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/GlobalsModRef/chaining-analysis.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/GlobalsModRef/chaining-analysis.ll
parent3688f268cb31dbfb5b36131d96af668fa2fc6a8d (diff)
downloadexternal_llvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.zip
external_llvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.tar.gz
external_llvm-7c856c09cd5a2d6231d2f03e383bbc165833df8c.tar.bz2
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/GlobalsModRef/chaining-analysis.ll')
-rw-r--r--test/Analysis/GlobalsModRef/chaining-analysis.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/GlobalsModRef/chaining-analysis.ll b/test/Analysis/GlobalsModRef/chaining-analysis.ll
index e521cc1..137b2c1 100644
--- a/test/Analysis/GlobalsModRef/chaining-analysis.ll
+++ b/test/Analysis/GlobalsModRef/chaining-analysis.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse | llvm-dis | not grep load
+; RUN: llvm-as < %s | opt -globalsmodref-aa -gvn | llvm-dis | not grep load
; This test requires the use of previous analyses to determine that
; doesnotmodX does not modify X (because 'sin' doesn't).