From 1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 22:20:47 +0000 Subject: For PR1319: Upgrade to new test harness. llvm-svn: 36091 --- llvm/test/CodeGen/X86/loop-hoist.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/X86/loop-hoist.ll') diff --git a/llvm/test/CodeGen/X86/loop-hoist.ll b/llvm/test/CodeGen/X86/loop-hoist.ll index f85b5f89833..2c37b4d8856 100644 --- a/llvm/test/CodeGen/X86/loop-hoist.ll +++ b/llvm/test/CodeGen/X86/loop-hoist.ll @@ -1,9 +1,9 @@ ; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ -; RUN: grep L_Arr.non_lazy_ptr && +; RUN: grep L_Arr.non_lazy_ptr ; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ -; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep '4(%esp)' +; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep {4(%esp)} %Arr = external global [0 x int] ; <[0 x int]*> [#uses=2] -- cgit v1.2.3