summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-27 01:00:12 +0000
committerChris Lattner <sabre@nondot.org>2006-02-27 01:00:12 +0000
commit71f5dfa8e9f9ca8a2f7bcb9706a7243b066c94cf (patch)
tree1e8a63ca136b2bd9bb5ae7598fd8b6471ca7fff9 /test
parent2d2536c9d7669c1ba809664dd164be50222183dd (diff)
downloadllvm-71f5dfa8e9f9ca8a2f7bcb9706a7243b066c94cf.tar.gz
llvm-71f5dfa8e9f9ca8a2f7bcb9706a7243b066c94cf.tar.bz2
llvm-71f5dfa8e9f9ca8a2f7bcb9706a7243b066c94cf.tar.xz
Reenable this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/PowerPC/div-2.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/div-2.ll b/test/CodeGen/PowerPC/div-2.ll
index 629387a5bb..50c56a2cae 100644
--- a/test/CodeGen/PowerPC/div-2.ll
+++ b/test/CodeGen/PowerPC/div-2.ll
@@ -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