summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-15 05:46:02 +0000
committerChris Lattner <sabre@nondot.org>2009-06-15 05:46:02 +0000
commitd3b295c23fe945c992e7ffc29962248a0e573ea2 (patch)
tree383ebe119a57c9d423645ae1a776c66e16f01685 /test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
parentc5718d073c207a9986de1182f3725d45e3228d25 (diff)
downloadllvm-d3b295c23fe945c992e7ffc29962248a0e573ea2.tar.gz
llvm-d3b295c23fe945c992e7ffc29962248a0e573ea2.tar.bz2
llvm-d3b295c23fe945c992e7ffc29962248a0e573ea2.tar.xz
fix testcase to properly check for the patch in r73195.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll')
-rw-r--r--test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll b/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
index e86fed3c36..ffb55a7921 100644
--- a/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
+++ b/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep store
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {store i32 0,}
; PR4366
define void @a() {