summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2010-06-17-asmcrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2010-06-17-asmcrash.c')
-rw-r--r--llvm/test/FrontendC/2010-06-17-asmcrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-06-17-asmcrash.c b/llvm/test/FrontendC/2010-06-17-asmcrash.c
index c477e165f5d..5063054fd46 100644
--- a/llvm/test/FrontendC/2010-06-17-asmcrash.c
+++ b/llvm/test/FrontendC/2010-06-17-asmcrash.c
@@ -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
}
OpenPOWER on IntegriCloud