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 | 2a6adfa4f0b3ab26cffd732fe4139dd9e0de016d (patch) | |
tree | da72faa14437513d025921ea0d5d4e1c7de1ed31 /llvm/test/Analysis/GlobalsModRef/purecse.ll | |
parent | bc92f8c9f98a72f6ae8da0fc374b34537ed52c5f (diff) | |
download | bcm5719-llvm-2a6adfa4f0b3ab26cffd732fe4139dd9e0de016d.tar.gz bcm5719-llvm-2a6adfa4f0b3ab26cffd732fe4139dd9e0de016d.zip |
Remove GCSE and LoadVN from the testsuite.
llvm-svn: 54832
Diffstat (limited to 'llvm/test/Analysis/GlobalsModRef/purecse.ll')
-rw-r--r-- | llvm/test/Analysis/GlobalsModRef/purecse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/GlobalsModRef/purecse.ll b/llvm/test/Analysis/GlobalsModRef/purecse.ll index 1977f4750e9..dc3f6adda14 100644 --- a/llvm/test/Analysis/GlobalsModRef/purecse.ll +++ b/llvm/test/Analysis/GlobalsModRef/purecse.ll @@ -1,5 +1,5 @@ ; Test that pure functions are cse'd away -; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse -instcombine | \ +; RUN: llvm-as < %s | opt -globalsmodref-aa -gvn -instcombine | \ ; RUN: llvm-dis | not grep sub define i32 @pure(i32 %X) { |