mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Test passed on ppc, to my surprise; if it worked
there it may work everywhere... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104053 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5012f9b825
commit
0182fa2e38
@ -1,6 +1,4 @@
|
||||
// RUN: %llvmgcc %s -c -O3 -m64 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s
|
||||
// XFAIL: *
|
||||
// XTARGET: x86,i386,i686
|
||||
// r9 used to be clobbered before its value was moved to r10. 7993104.
|
||||
|
||||
void foo(int x, int y) {
|
||||
|
Loading…
Reference in New Issue
Block a user