blob: 7c2f2b624e7dd52e41e0e414b72dff0a908ea8cb [file] [log] [blame]
/* APPLE LOCAL file CW asm blocks */
/* { dg-do assemble { target i?86*-*-darwin* } } */
/* { dg-options { -m64 -fasm-blocks -msse3 } } */
/* Radar 4699524 */
void bar() {
asm {
pushfq
pushfd
cld
REP movsB
popfd
popfq
}
}