[llvm-commits] [llvm] r127272 - /llvm/trunk/test/FrontendC/mmx-inline-asm.c

Bill Wendling isanbard at gmail.com
Tue Mar 8 13:36:30 PST 2011


Author: void
Date: Tue Mar  8 15:36:29 2011
New Revision: 127272

URL: http://llvm.org/viewvc/llvm-project?rev=127272&view=rev
Log:
Once again try to appease the buildbot gods.

Modified:
    llvm/trunk/test/FrontendC/mmx-inline-asm.c

Modified: llvm/trunk/test/FrontendC/mmx-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/mmx-inline-asm.c?rev=127272&r1=127271&r2=127272&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/mmx-inline-asm.c (original)
+++ llvm/trunk/test/FrontendC/mmx-inline-asm.c Tue Mar  8 15:36:29 2011
@@ -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__ (





More information about the llvm-commits mailing list