From: Reid Spencer Date: Sun, 15 Apr 2007 07:37:04 +0000 (+0000) Subject: Fix this test in a slightly more obvious way. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a20c22f19083a2f9a4344549eccfbb40f39cbad3;p=oota-llvm.git Fix this test in a slightly more obvious way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36058 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/store-merge.ll b/test/Transforms/InstCombine/store-merge.ll index 9906fdbd1c1..4df30e4ead5 100644 --- a/test/Transforms/InstCombine/store-merge.ll +++ b/test/Transforms/InstCombine/store-merge.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ -; RUN: grep {ret i32 \045storemerge} | wc -l | grep 2 +; RUN: grep {ret i32 %.toremerge} | wc -l | grep 2 ;; Simple sinking tests ; "if then else"