mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
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
This commit is contained in:
parent
e5ef311ee3
commit
93f017648d
@ -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__ (
|
||||
|
Loading…
x
Reference in New Issue
Block a user