diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-hoist.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-hoist.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/loop-hoist.ll b/llvm/test/CodeGen/X86/loop-hoist.ll index 95edb3d13b2..5f0f40ad111 100644 --- a/llvm/test/CodeGen/X86/loop-hoist.ll +++ b/llvm/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] |