aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@act-europe.fr>2003-04-14 23:07:12 +0200
committerRichard Kenner <kenner@gcc.gnu.org>2003-04-14 17:07:12 -0400
commit9ceca3020a62d208756ff281a189ce9f955fbc80 (patch)
tree652df28dade21191f3be003ebe664b78678e4891 /gcc/expr.h
parent712b7a052fc05a2373ed40c1fd13b3cfb0e7df62 (diff)
downloadgcc-9ceca3020a62d208756ff281a189ce9f955fbc80.zip
gcc-9ceca3020a62d208756ff281a189ce9f955fbc80.tar.gz
gcc-9ceca3020a62d208756ff281a189ce9f955fbc80.tar.bz2
expr.c (highest_pow2_factor): Return unsigned.
* expr.c (highest_pow2_factor): Return unsigned. * expr.h (offset_address): Likewise. * emit-rtl.c (offset_address): POW2 argument now unsigned. From-SVN: r65589
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index cf794fc..214ada9 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -642,7 +642,7 @@ extern rtx adjust_automodify_address_1 PARAMS ((rtx, enum machine_mode,
/* Return a memory reference like MEMREF, but whose address is changed by
adding OFFSET, an RTX, to it. POW2 is the highest power of two factor
known to be in OFFSET (possibly 1). */
-extern rtx offset_address PARAMS ((rtx, rtx, HOST_WIDE_INT));
+extern rtx offset_address PARAMS ((rtx, rtx, unsigned HOST_WIDE_INT));
/* Return a memory reference like MEMREF, but with its address changed to
ADDR. The caller is asserting that the actual piece of memory pointed