diff options
-rw-r--r-- | test/Analysis/BasicAA/gcsetest.ll | 2 | ||||
-rw-r--r-- | test/Transforms/BasicAA/gcsetest.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/BasicAA/gcsetest.ll b/test/Analysis/BasicAA/gcsetest.ll index a49f3130bb..6755663947 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 diff --git a/test/Transforms/BasicAA/gcsetest.ll b/test/Transforms/BasicAA/gcsetest.ll index a49f3130bb..6755663947 100644 --- a/test/Transforms/BasicAA/gcsetest.ll +++ b/test/Transforms/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 |