* config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
commit1bdc4996bbf9be91408a413c750dbf8a6665328c
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2008 17:56:31 +0000 (25 17:56 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2008 17:56:31 +0000 (25 17:56 +0000)
tree0bf27ee39b54fb0a9aa1eab1aabbc9d167c2013e
parentac26af3592bb1c36d83340dd5db03c626f7f5ef0
* config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
instead of size_int for integer types.
(xtensa_gimplify_va_arg_expr): Likewise.  Convert index to sizetype
to match type of MINUS_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133525 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/xtensa/xtensa.c