aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-03-21 14:38:01 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2005-03-21 14:38:01 +0000
commit14f02e731544e814ff3c250ea2e6e43140991ee3 (patch)
tree11d1dc2d20769a88c452555a826eb05acdb56978 /gcc/rtl.h
parent49d1af8985e7f1a889faa67f42937b1aee354ebd (diff)
downloadgcc-14f02e731544e814ff3c250ea2e6e43140991ee3.zip
gcc-14f02e731544e814ff3c250ea2e6e43140991ee3.tar.gz
gcc-14f02e731544e814ff3c250ea2e6e43140991ee3.tar.bz2
combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison.
2005-03-21 Paolo Bonzini <bonzini@gnu.org> * combine.c (combine_simplify_rtx, simplify_if_then_else, simplify_logical, if_then_else_cond, known_cond, simplify_comparison): Adjust calls to reverse_comparison. Don't use combine_reversed_comparison_code). (combine_reversed_comparison_code): Remove. (reversed_comparison): Using reversed_comparison_code, move it... * jump.c (reversed_comparison): ... here. * rtl.h (reversed_comparison): Add prototype. From-SVN: r96801
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ba3277f..0d507cc 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1915,6 +1915,7 @@ extern int redirect_jump_1 (rtx, rtx);
extern void redirect_jump_2 (rtx, rtx, rtx, int, int);
extern int redirect_jump (rtx, rtx, int);
extern void rebuild_jump_labels (rtx);
+extern rtx reversed_comparison (rtx, enum machine_mode);
extern enum rtx_code reversed_comparison_code (rtx, rtx);
extern enum rtx_code reversed_comparison_code_parts (enum rtx_code,
rtx, rtx, rtx);