aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/ipa-prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/ipa-prop.c')
-rw-r--r--gcc-4.6/gcc/ipa-prop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.6/gcc/ipa-prop.c b/gcc-4.6/gcc/ipa-prop.c
index bb32ad8..f2a5759 100644
--- a/gcc-4.6/gcc/ipa-prop.c
+++ b/gcc-4.6/gcc/ipa-prop.c
@@ -2868,9 +2868,9 @@ ipa_prop_read_section (struct lto_file_decl_data *file_data, const char *data,
{
const struct lto_function_header *header =
(const struct lto_function_header *) data;
- const int32_t cfg_offset = sizeof (struct lto_function_header);
- const int32_t main_offset = cfg_offset + header->cfg_size;
- const int32_t string_offset = main_offset + header->main_size;
+ const int cfg_offset = sizeof (struct lto_function_header);
+ const int main_offset = cfg_offset + header->cfg_size;
+ const int string_offset = main_offset + header->main_size;
struct data_in *data_in;
struct lto_input_block ib_main;
unsigned int i;