From 5606ec894ec306f6ce8ac95d61da3375b03a3bb1 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Nov 2009 01:44:22 +0000 Subject: [PATCH] Fix test to work on every platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86786 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/ppc-prologue.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/CodeGen/PowerPC/ppc-prologue.ll b/test/CodeGen/PowerPC/ppc-prologue.ll index 118fc5ee148..581d010a901 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