summaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/mmx-inline-asm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/FrontendC/mmx-inline-asm.c b/test/FrontendC/mmx-inline-asm.c
index f888d75bf7..62577d3d9f 100644
--- a/test/FrontendC/mmx-inline-asm.c
+++ b/test/FrontendC/mmx-inline-asm.c
@@ -7,8 +7,7 @@
// CHECK: type { x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx, x86_mmx }
-void foo(int64_t fill) {
- __m64 vfill = _mm_cvtsi64_m64(fill);
+void foo(__m64 vfill) {
__m64 v1, v2, v3, v4, v5, v6, v7;
__asm__ __volatile__ (