forked from OSchip/llvm-project
Test passed on ppc, to my surprise; if it worked
there it may work everywhere... llvm-svn: 104053
This commit is contained in:
parent
ecbb921cbf
commit
6338d15939
|
@ -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