commit | 7c856c09cd5a2d6231d2f03e383bbc165833df8c | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Sat Aug 16 00:00:54 2008 +0000 |
committer | Owen Anderson <resistor@mac.com> | Sat Aug 16 00:00:54 2008 +0000 |
tree | f6072cd0e61d3da912f6f25845db748dddcabf89 | |
parent | 3688f268cb31dbfb5b36131d96af668fa2fc6a8d [diff] [blame] |
Remove GCSE and LoadVN from the testsuite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54832 91177308-0d34-0410-b5e6-96231b3b80d8
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).