]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/rtl.h
cse: Change return type of predicate functions from int to bool
[thirdparty/gcc.git] / gcc / rtl.h
index 6eaa52d531b4915f585d43f5c3e3607f698d778a..caef74a75b2c0e99c4079019cb78451bcc6c32c5 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -4141,7 +4141,7 @@ extern int rtx_to_tree_code (enum rtx_code);
 
 /* In cse.cc */
 extern int delete_trivially_dead_insns (rtx_insn *, int);
-extern int exp_equiv_p (const_rtx, const_rtx, int, bool);
+extern bool exp_equiv_p (const_rtx, const_rtx, int, bool);
 extern unsigned hash_rtx (const_rtx x, machine_mode, int *, int *, bool);
 
 /* In dse.cc */