summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-25 08:18:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-25 08:18:43 +0000
commitb8d9667087a16e90de33188a2b153f0beebbd066 (patch)
treec877a549353918ce0e6b18c7929259b644833b9f /llvm
parent7d01f95a57652154714b737bf1b4bda87357a6d2 (diff)
downloadbcm5719-llvm-b8d9667087a16e90de33188a2b153f0beebbd066.tar.gz
bcm5719-llvm-b8d9667087a16e90de33188a2b153f0beebbd066.zip
this fails, mark it as such
llvm-svn: 26370
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/div-2.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/div-2.ll b/llvm/test/Regression/CodeGen/PowerPC/div-2.ll
index 50c56a2cae9..629387a5bb2 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/div-2.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/div-2.ll
@@ -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
OpenPOWER on IntegriCloud