Commit 217655da by Ian Lance Taylor Committed by Ian Lance Taylor

* varasm.c (const_rtx_hash_1): Remove const qualifier from shift.

From-SVN: r148713
parent 50ae5fea
2009-06-19 Ian Lance Taylor <iant@google.com>
* varasm.c (const_rtx_hash_1): Remove const qualifier from shift.
2009-06-19 Ian Lance Taylor <iant@google.com>
* rtl.h (SUBREG_PROMOTED_UNSIGNED_P): Add cast to int.
2009-06-19 Ian Lance Taylor <iant@google.com>
......
......@@ -3445,7 +3445,7 @@ const_rtx_hash_1 (rtx *xp, void *data)
hwi = INTVAL (x);
fold_hwi:
{
const int shift = sizeof (hashval_t) * CHAR_BIT;
int shift = sizeof (hashval_t) * CHAR_BIT;
const int n = sizeof (HOST_WIDE_INT) / sizeof (hashval_t);
int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment