blob: c12b1657a8f7e3ac2f07c2f4894ce93492e2a85d [file] [log] [blame]
/* APPLE LOCAL file 4104248 */
/* { dg-do compile { target "i?86*-*-darwin*" } } */
/* { dg-skip-if "" { i?86*-*-darwin* } { "-m64" } { "" } } */
/* { dg-options "-Os" } */
register char foo asm("edi");
char x;
int bar() {
foo = x;
}
/* { dg-final { scan-assembler "movzbl" } } */