diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-11-10 23:18:33 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-11-10 23:18:33 +0000 |
| commit | 47739b20fd1f686865b6400e9ef727a3d35d6639 (patch) | |
| tree | e754800bcc89bc7bd0994f825907e68594a7a302 /llvm/test | |
| parent | 6f7d5b22bb8fe51246a7d2c8cc0f460db61c7b82 (diff) | |
| download | bcm5719-llvm-47739b20fd1f686865b6400e9ef727a3d35d6639.tar.gz bcm5719-llvm-47739b20fd1f686865b6400e9ef727a3d35d6639.zip | |
Test this on Darwin only.
llvm-svn: 86752
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-prologue.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll b/llvm/test/CodeGen/PowerPC/ppc-prologue.ll index a7831714b4f..118fc5ee148 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-prologue.ll +++ b/llvm/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 |

