aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.h
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2016-07-20 17:47:33 +0200
committerUros Bizjak <uros@gcc.gnu.org>2016-07-20 17:47:33 +0200
commitdd4786fe817eb2f3336120d1b0c9ae51aeb9f94f (patch)
treea31ebbaee27a56d8af1282863c1c9427bc98e5e9 /gcc/double-int.h
parentdbe9dfdd501cea13034c7b809330e82a54883b1e (diff)
downloadgcc-dd4786fe817eb2f3336120d1b0c9ae51aeb9f94f.zip
gcc-dd4786fe817eb2f3336120d1b0c9ae51aeb9f94f.tar.gz
gcc-dd4786fe817eb2f3336120d1b0c9ae51aeb9f94f.tar.bz2
cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
* cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. * combine.c: Use HOST_WIDE_INT_M1U instead of ~(unsigned HOST_WIDE_INT) 0. * double-int.h: Ditto. * dse.c: Ditto. * dwarf2asm.c:Ditto. * expmed.c: Ditto. * genmodes.c: Ditto. * match.pd: Ditto. * read-rtl.c: Ditto. * tree-ssa-loop-ivopts.c: Ditto. * tree-ssa-loop-prefetch.c: Ditto. * tree-vect-generic.c: Ditto. * tree-vect-patterns.c: Ditto. * tree.c: Ditto. From-SVN: r238529
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r--gcc/double-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h
index fd84b4b..6f59c1b 100644
--- a/gcc/double-int.h
+++ b/gcc/double-int.h
@@ -365,7 +365,7 @@ double_int::operator ^ (double_int b) const
void dump_double_int (FILE *, double_int, bool);
-#define ALL_ONES (~((unsigned HOST_WIDE_INT) 0))
+#define ALL_ONES HOST_WIDE_INT_M1U
/* The operands of the following comparison functions must be processed
with double_int_ext, if their precision is less than