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/Other | |
parent | 3688f268cb31dbfb5b36131d96af668fa2fc6a8d (diff) | |
download | external_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/Other')
-rw-r--r-- | test/Other/2006-02-05-PassManager.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll index 5d7b680..c5f50ec 100644 --- a/test/Other/2006-02-05-PassManager.ll +++ b/test/Other/2006-02-05-PassManager.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -domtree -gcse -domtree -constmerge -disable-output +; RUN: llvm-as < %s | opt -domtree -gvn -domtree -constmerge -disable-output define i32 @test1() { unreachable |