From: Dale Johannesen Date: Fri, 5 Dec 2008 22:38:21 +0000 (+0000) Subject: Fix test to pass on Linux. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3b954815e1e592842d17119bada7e2f0c64bfee3;p=oota-llvm.git Fix test to pass on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/loop-strength-reduce-2.ll b/test/CodeGen/X86/loop-strength-reduce-2.ll index 1375793bce3..b67e618ac8c 100644 --- a/test/CodeGen/X86/loop-strength-reduce-2.ll +++ b/test/CodeGen/X86/loop-strength-reduce-2.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \ -; RUN: grep {A-} | count 1 +; RUN: grep {, 4} | count 1 ; ; Make sure the common loop invariant A is hoisted up to preheader, ; since too many registers are needed to subsume it into the addressing modes.