i386.c (ix86_emit_fp_unordered_jump): Use testb $4, %ah insn instead of sahf insn...
authorUros Bizjak <uros@kss-loka.si>
Fri, 7 May 2004 14:29:41 +0000 (16:29 +0200)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 7 May 2004 14:29:41 +0000 (14:29 +0000)
commit2484cc35b0b0b9467d831cbe3d140bb86295ce49
treeb336f2bb4d8da1c705e8f8343a0226dd9e467ca4
parent7600f0944bacf83072ecd8e275f83e8c06ccf980
i386.c (ix86_emit_fp_unordered_jump): Use testb $4, %ah insn instead of sahf insn if !TARGET_USE_SAHF.

2004-05-07  Uros Bizjak  <uros@kss-loka.si>

* config/i386/i386.c (ix86_emit_fp_unordered_jump): Use
testb $4, %ah insn instead of sahf insn if !TARGET_USE_SAHF.

From-SVN: r81620
gcc/ChangeLog
gcc/config/i386/i386.c