Reenable this

llvm-svn: 26391
This commit is contained in:
Chris Lattner 2006-02-27 01:00:12 +00:00
parent 47ee42829d
commit 3af2da1f3d
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
; 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