this fails, mark it as such

llvm-svn: 26370
This commit is contained in:
Chris Lattner 2006-02-25 08:18:43 +00:00
parent 7d01f95a57
commit b8d9667087
1 changed files with 2 additions and 0 deletions

View File

@ -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