move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2010-05-18-asmsched.c
index 101f494a38c421fcd7053102486d722b322153ac..33b87703220c88bf10bbd0bca286a79b576941f8 100644 (file)
@@ -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
+// RUN: %llvmgcc %s -S -O3 -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s
 // r9 used to be clobbered before its value was moved to r10.  7993104.
 
 void foo(int x, int y) {
@@ -16,4 +14,4 @@ void foo(int x, int y) {
   lr9 = x;
   lr10 = foo;
   asm volatile("bar" : "=r"(lr9) : "r"(lr9), "r"(lr10));
-}
\ No newline at end of file
+}