mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
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
This commit is contained in:
parent
733d817b4d
commit
cd46de9bdc
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user