* i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.

From-SVN: r62313
This commit is contained in:
Jan Hubicka 2003-02-03 15:02:07 +00:00
parent 84520a2006
commit 5fb486851a
1 changed files with 1 additions and 0 deletions

View File

@ -9560,6 +9560,7 @@ ix86_expand_int_movcc (operands)
HOST_WIDE_INT tmp = ct;
ct = cf;
cf = tmp;
diff = ct - cf;
}
tmp = emit_store_flag (tmp, code, ix86_compare_op0,
ix86_compare_op1, VOIDmode, 0, -1);