diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-16 21:40:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-16 21:40:12 +0000 |
commit | 3326f160360bbba49d6acc1a80d5eb300eeb8233 (patch) | |
tree | 94cf06b557942bab0b3daa493f8861b7c99b0c7b /test/CodeGen | |
parent | 8554449e311e50f2e96db1081a17ccf7151ef7f6 (diff) | |
download | external_llvm-3326f160360bbba49d6acc1a80d5eb300eeb8233.zip external_llvm-3326f160360bbba49d6acc1a80d5eb300eeb8233.tar.gz external_llvm-3326f160360bbba49d6acc1a80d5eb300eeb8233.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/loop-hoist.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index 95edb3d..5f0f40a 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] |