Message ID | 20110426234411.654331DA1C2@topo.tor.corp.google.com |
---|---|
State | New |
Headers | show |
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 8d5b1d2..b6f4b79 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -268,7 +268,7 @@ enum LTO_tags Conversely, to map between LTO tags and tree/gimple codes, the reverse operation must be applied. */ - LTO_bb0 = 1 + NUM_TREE_CODES + LAST_AND_UNUSED_GIMPLE_CODE, + LTO_bb0 = 1 + MAX_TREE_CODES + LAST_AND_UNUSED_GIMPLE_CODE, LTO_bb1, /* EH region holding the previous statement. */