commit | 10d1667d5931e963d1f700d1699a248da971259d | [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 | 8787b47a914788b4f720cc0efae5ef99d6d5c87b [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/modreftest.ll b/test/Analysis/GlobalsModRef/modreftest.ll index 9783664..ffcb84d 100644 --- a/test/Analysis/GlobalsModRef/modreftest.ll +++ b/test/Analysis/GlobalsModRef/modreftest.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=2] define i32 @test(i32* %P) {