summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/calls.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-27 02:45:12 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-27 02:45:12 +0000
commit79224c44070dce53bdcfa4f4352ed1b6f67d9c3c (patch)
tree5c4754b099b3f6fcc19400810ebef6ecf64476c5 /test/CodeGen/PowerPC/calls.ll
parent51c1c0348483c57feacf70f0eaefd752269e4640 (diff)
downloadllvm-79224c44070dce53bdcfa4f4352ed1b6f67d9c3c.tar.gz
llvm-79224c44070dce53bdcfa4f4352ed1b6f67d9c3c.tar.bz2
llvm-79224c44070dce53bdcfa4f4352ed1b6f67d9c3c.tar.xz
XFAIL this on x86-Linux until its fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/calls.ll')
-rw-r--r--test/CodeGen/PowerPC/calls.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/calls.ll b/test/CodeGen/PowerPC/calls.ll
index 73aa2aa2d4..17a9855f78 100644
--- a/test/CodeGen/PowerPC/calls.ll
+++ b/test/CodeGen/PowerPC/calls.ll
@@ -3,6 +3,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bl ' | wc -l | grep 2 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bctrl' | wc -l | grep 1 &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bla ' | wc -l | grep 1
+; XFAIL: [0-9x]86-pc-linux.*
declare void %foo()