diff options
author | Owen Anderson <resistor@mac.com> | 2008-08-16 00:00:54 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-08-16 00:00:54 +0000 |
commit | 7c856c09cd5a2d6231d2f03e383bbc165833df8c (patch) | |
tree | f6072cd0e61d3da912f6f25845db748dddcabf89 /test/Analysis/GlobalsModRef/aliastest.ll | |
parent | 3688f268cb31dbfb5b36131d96af668fa2fc6a8d (diff) |
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/aliastest.ll')
-rw-r--r-- | test/Analysis/GlobalsModRef/aliastest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/GlobalsModRef/aliastest.ll b/test/Analysis/GlobalsModRef/aliastest.ll index 13d0bdb1cd..5ea90fe9a3 100644 --- a/test/Analysis/GlobalsModRef/aliastest.ll +++ b/test/Analysis/GlobalsModRef/aliastest.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 @X = internal global i32 4 ; <i32*> [#uses=1] define i32 @test(i32* %P) { |