Commit 0ba75dc0 by Andi Kleen

Revert hunk with debug code that was comitted by mistake

From-SVN: r255766
parent 6e3133dd
......@@ -360,8 +360,6 @@ lto_input_tree_ref (struct lto_input_block *ib, struct data_in *data_in,
case LTO_label_decl_ref:
case LTO_translation_unit_decl_ref:
case LTO_namelist_decl_ref:
if (!data_in->file_data->current_decl_state)
printf("tag %d\n", tag);
ix_u = streamer_read_uhwi (ib);
result = lto_file_decl_data_get_var_decl (data_in->file_data, ix_u);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment