From 93f017648d79527a861fb444bbad7006c1c60661 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 8 Mar 2011 21:36:29 +0000 Subject: Once again try to appease the buildbot gods. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127272 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/mmx-inline-asm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/FrontendC') 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__ ( -- cgit v1.2.3