summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-14 21:07:12 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-14 21:07:12 +0000
commit84130727aea4448f59c052726e81dc56024e5a81 (patch)
tree652df28dade21191f3be003ebe664b78678e4891 /gcc/expr.h
parent6248e34545032ef1f4810a6ffbcb77fd0bfb3f34 (diff)
downloadgcc-84130727aea4448f59c052726e81dc56024e5a81.tar.gz
* expr.c (highest_pow2_factor): Return unsigned.
* expr.h (offset_address): Likewise. * emit-rtl.c (offset_address): POW2 argument now unsigned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65589 138bc75d-0d04-0410-961f-82ee72b054a4
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 cf794fc7401..214ada97bda 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