diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-11-11 01:44:22 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-11-11 01:44:22 +0000 |
| commit | d656f8ec4c52175aead94e4294bf6e620d1dcb6d (patch) | |
| tree | 2c2e6d6a5ef106ecb27c441aef14276d49085fb4 /llvm/test/CodeGen/PowerPC | |
| parent | 5831283cb56292eb40af4660be8915b392274831 (diff) | |
| download | bcm5719-llvm-d656f8ec4c52175aead94e4294bf6e620d1dcb6d.tar.gz bcm5719-llvm-d656f8ec4c52175aead94e4294bf6e620d1dcb6d.zip | |
Fix test to work on every platform.
llvm-svn: 86786
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-prologue.ll | 4 |
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 |

