Fix bug in testcase now that load-vn is not built into gcse
authorChris Lattner <sabre@nondot.org>
Sat, 7 Sep 2002 22:50:41 +0000 (22:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Sep 2002 22:50:41 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/BasicAA/gcsetest.ll
test/Transforms/BasicAA/gcsetest.ll

index a49f3130bb03e77d024cc1ace0570e1d50facccf..67556639470cef9eaba3fdf62b3e5b47baace774 100644 (file)
@@ -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
index a49f3130bb03e77d024cc1ace0570e1d50facccf..67556639470cef9eaba3fdf62b3e5b47baace774 100644 (file)
@@ -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