diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 22:20:47 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 22:20:47 +0000 |
commit | 1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd (patch) | |
tree | 7dc2798ed09c4fee4b3b21a22cac44e21a6f8ff5 /llvm/test/CodeGen/X86/loop-hoist.ll | |
parent | 343c88cdb93ffdc3dc44473cb632b2447fa6517f (diff) | |
download | bcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.tar.gz bcm5719-llvm-1c75ef2ce202f7a13e2dcde4e317ebe3c40f64bd.zip |
For PR1319: Upgrade to new test harness.
llvm-svn: 36091
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-hoist.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-hoist.ll | 4 |
1 files changed, 2 insertions, 2 deletions
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] |