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 | f1002495e3f98d7c6ecc1a6ba7097ea8e1e3e499 (patch) | |
tree | ea67b86a497b134ac979ceff2ff89f1e4b9f96e8 /llvm/test/CodeGen/X86/loop-hoist.ll | |
parent | 014142fd1a6ef2bd46bc0788f86d0cd37b7bcd8f (diff) | |
download | bcm5719-llvm-f1002495e3f98d7c6ecc1a6ba7097ea8e1e3e499.tar.gz bcm5719-llvm-f1002495e3f98d7c6ecc1a6ba7097ea8e1e3e499.zip |
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.
llvm-svn: 62363
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] |