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 12e91405d10ff49bddeefb6b1467bcb0daf531f8..33b87703220c88bf10bbd0bca286a79b576941f8 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -c -O3 -emit-llvm -o - | llc -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck %s
+// 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) {