Add pass that expands pseudo instructions into target instructions after register...
[oota-llvm.git] / test / FrontendC / pr5406.c
index f6347d870cd8af241c475963a9dccdf0f6dbd1f9..0b1f277592fb71e91b704dbf392c663c44a66a7e 100644 (file)
@@ -1,14 +1,14 @@
-// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | FileCheck %s
+// RUN: %llvmgcc %s -S -O0 -o - | FileCheck %s
 // PR 5406
 
-// ARM test.
-// XFAIL: sparc,powerpc,alpha,x86,mips,xcore,cellspu,blackfin,pic16,systemz
+// XFAIL: *
+// XTARGET: arm
 
 typedef struct { char x[3]; } A0;
 void foo (int i, ...);
 
 
-// CHECK: call arm_aapcscc  void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind
+// CHECK: call void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind
 int main (void)
 {
   A0 a3;