diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-03-08 21:36:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-03-08 21:36:29 +0000 |
commit | c90ca36e29a800f10ac25ef54dd00e7862422d14 (patch) | |
tree | f36500d8a5a4ec0567b7d5848d76a7cad873ebd7 /llvm/test/FrontendC | |
parent | b611885ae6c208aed9bd1382d0ab68a61838ae98 (diff) | |
download | bcm5719-llvm-c90ca36e29a800f10ac25ef54dd00e7862422d14.tar.gz bcm5719-llvm-c90ca36e29a800f10ac25ef54dd00e7862422d14.zip |
Once again try to appease the buildbot gods.
llvm-svn: 127272
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r-- | llvm/test/FrontendC/mmx-inline-asm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/mmx-inline-asm.c b/llvm/test/FrontendC/mmx-inline-asm.c index f888d75bf7b..62577d3d9f4 100644 --- a/llvm/test/FrontendC/mmx-inline-asm.c +++ b/llvm/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__ ( |