summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-11-11 01:44:22 +0000
committerBill Wendling <isanbard@gmail.com>2009-11-11 01:44:22 +0000
commit5606ec894ec306f6ce8ac95d61da3375b03a3bb1 (patch)
treea8f2fd01eee7809e564ceba3bd3ae8a333c2170c
parent13f61357422e692be358c8ebdbdc7bd730bbb966 (diff)
downloadllvm-5606ec894ec306f6ce8ac95d61da3375b03a3bb1.tar.gz
llvm-5606ec894ec306f6ce8ac95d61da3375b03a3bb1.tar.bz2
llvm-5606ec894ec306f6ce8ac95d61da3375b03a3bb1.tar.xz
Fix test to work on every platform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86786 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PowerPC/ppc-prologue.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/ppc-prologue.ll b/test/CodeGen/PowerPC/ppc-prologue.ll
index 118fc5ee14..581d010a90 100644
--- a/test/CodeGen/PowerPC/ppc-prologue.ll
+++ b/test/CodeGen/PowerPC/ppc-prologue.ll
@@ -1,6 +1,4 @@
-; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s
-; XFAIL: *
-; XTARGET: darwin
+; RUN: llc < %s -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s
define i32 @_Z4funci(i32 %a) ssp {
; CHECK: mflr r0