]> git.ipfire.org Git - thirdparty/gcc.git/commit
* simplify-rtx.c (cfc_args): add "unordered" field.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 15:34:39 +0000 (15:34 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 15:34:39 +0000 (15:34 +0000)
commit5377f68787a6c1403834dc2b7514ba75d74585e1
treed2b56b14315659a1bb2e03a1ca419f699c2cffb1
parent544638f8e508c2aa255377067e5c65a6425feebd
* simplify-rtx.c (cfc_args): add "unordered" field.
(check_fold_consts): Set unordered field.
(simplify_relational_operation): Simplify the unordered
comparisons.

* reg-stack.c (swap_rtx_condition): Ensure that the transformation
is valid.

* emit-rtl.c (try_split): Fix code to mark labels.
* jump.c (mark_jump_label): Make global.
* rtl.h (mark_jump_label): Declare.

* predict.c (estimate_probability): Handle unordred comparisons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38711 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/jump.c
gcc/predict.c
gcc/reg-stack.c
gcc/rtl.h
gcc/simplify-rtx.c