r127592 - in /branches/lto/gcc/lto: ChangeLog l...

jimb@gcc.gnu.org jimb@gcc.gnu.org
Fri Aug 17 18:26:00 GMT 2007


Author: jimb
Date: Fri Aug 17 18:26:03 2007
New Revision: 127592

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127592
Log:
Use enum LTO_tags where appropriate, instead of 'unsigned int'.
* lto-read.c (input_record_start): Fix return type, type of 'tag'.
(input_list): Fix type of 'tag'.
(input_expr_operand): Fix type of 'tag' argument.  Update
declaration.  Fix type of 'ctag'.  Add default case to switch,
since the type of the switched value is now an enum.
(input_local_vars): Fix type of 'tag'.
(input_bb): Fix type of 'tag' argument.
(input_function): Fix type of 'tag' argument.

Modified:
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto-read.c



More information about the Gcc-cvs mailing list