blob: 3280e824febe214dbe327dcbcd4619364a8c4678 [file] [log] [blame]
/* APPLE LOCAL file 4443946 */
/* { dg-do compile { target i?86-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
/* The compiler used to flag any write to %ebp as an error. */
t2 ()
{
__asm {
movd mm4, ebp
movd ebp, mm3
movntq [edi][ebp], mm0
movd ebp, mm4
}
}