mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 17:28:53 +00:00
this fails, mark it as such
llvm-svn: 26370
This commit is contained in:
parent
4f083f08ca
commit
b51e6aef5d
@ -1,6 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep srawi &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep blr
|
||||
|
||||
; XFAIL: *
|
||||
|
||||
int %test1(int %X) {
|
||||
%Y = and int %X, 15
|
||||
%Z = div int %Y, 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user