From: Dan Gohman Date: Fri, 16 Jan 2009 21:40:12 +0000 (+0000) Subject: Disable the post-RA scheduler on this test, since it uses a X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3326f160360bbba49d6acc1a80d5eb300eeb8233;p=oota-llvm.git Disable the post-RA scheduler on this test, since it uses a simple %prcontext which doesn't find what it's looking for if the scheduler has rearranged the instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62363 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index 95edb3d13b2..5f0f40ad111 100644 --- a/test/CodeGen/X86/loop-hoist.ll +++ b/test/CodeGen/X86/loop-hoist.ll @@ -2,7 +2,8 @@ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ ; RUN: grep L_Arr.non_lazy_ptr ; RUN: llvm-as < %s | \ -; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ +; RUN: llc -disable-post-RA-scheduler=true \ +; RUN: -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ ; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep {4(%esp)} @Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]