move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2010-06-17-asmcrash.c
index c477e165f5daeffbfcd44448f800d2b829671555..5063054fd46487e7cffed99adac5fff633f9b0d5 100644 (file)
@@ -12,5 +12,5 @@ void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int
      :"+g"(h), "+S"(pixels), "+D"(block)
      :"r" ((x86_reg)line_size)         
      :"%""rax", "memory");
-// CHECK: # (%rsp) %rsi %rdi %rcx
+// CHECK: # %ecx %rsi %rdi %rdx
  }