diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-07 22:50:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-07 22:50:41 +0000 |
commit | 72846c2dcd4567f23731a946ebd4fe63f1259f1d (patch) | |
tree | 7ab428ea725d37026b5f851dc6e44b021c4ef523 /test/Analysis/BasicAA | |
parent | 92bab8391353af414189995d5219d88b0bea31ff (diff) | |
download | external_llvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.zip external_llvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.tar.gz external_llvm-72846c2dcd4567f23731a946ebd4fe63f1259f1d.tar.bz2 |
Fix bug in testcase now that load-vn is not built into gcse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/BasicAA')
-rw-r--r-- | test/Analysis/BasicAA/gcsetest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/gcsetest.ll b/test/Analysis/BasicAA/gcsetest.ll index a49f313..6755663 100644 --- a/test/Analysis/BasicAA/gcsetest.ll +++ b/test/Analysis/BasicAA/gcsetest.ll @@ -2,7 +2,7 @@ ; disambiguating some obvious cases. All loads should be removable in ; this testcase. -; RUN: if as < %s | opt -basicaa -gcse -instcombine -dce | dis | grep load +; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi |