blob: 66bf320e15535ef47c52db41f8d708b142f0d8da [file] [log] [blame]
/* APPLE LOCAL file 4474259 */
/* { dg-do run { target i*86-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
/* Insure the compiler output is acceptable to the assembler. */
t1()
{
int rowfraclo[2];
int colfraclo[2];
_asm
{
movd rowfraclo, mm6
movd colfraclo, mm3
}
}
main ()
{
return 0;
}