diff --git a/test/Analysis/BasicAA/gcsetest.ll b/test/Analysis/BasicAA/gcsetest.ll index a49f3130bb0..67556639470 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 a49f3130bb0..67556639470 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