summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commitd656f8ec4c52175aead94e4294bf6e620d1dcb6d (patch)
tree2c2e6d6a5ef106ecb27c441aef14276d49085fb4 /llvm/test
parent5831283cb56292eb40af4660be8915b392274831 (diff)
downloadbcm5719-llvm-d656f8ec4c52175aead94e4294bf6e620d1dcb6d.tar.gz
bcm5719-llvm-d656f8ec4c52175aead94e4294bf6e620d1dcb6d.zip
Fix test to work on every platform.
llvm-svn: 86786
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc-prologue.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll b/llvm/test/CodeGen/PowerPC/ppc-prologue.ll
index 118fc5ee148..581d010a901 100644
--- a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud