blob: 6521b056982808c50ef0bc36aaa9e94b7835bc6c [file] [log] [blame]
/* This used to ICE with the ccmp patches on aarch64. */
int f(char);
int init_emit_regs (int mode) {
f(mode == 4 || mode == 13);
}