blob: 25e35929c6139ef3f43826c9dc0f9bc47bbfc51f [file] [log] [blame]
/* APPLE LOCAL file 4474259 */
/* { dg-do run { target i*86-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
/* LLVM LOCAL disable test */
/* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */
/* 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;
}