diff options
-rw-r--r-- | test/CodeGen/PowerPC/ppc-prologue.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/ppc-prologue.ll b/test/CodeGen/PowerPC/ppc-prologue.ll index a7831714b4..118fc5ee14 100644 --- a/test/CodeGen/PowerPC/ppc-prologue.ll +++ b/test/CodeGen/PowerPC/ppc-prologue.ll @@ -1,4 +1,6 @@ ; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s +; XFAIL: * +; XTARGET: darwin define i32 @_Z4funci(i32 %a) ssp { ; CHECK: mflr r0 |