From cf562742308ee45f0b7660b1abae318760a176d9 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 4 Sep 2008 10:43:34 +0000 Subject: [PATCH] remove a wrong and some unnecessary comments [r21693] --- ir/be/ia32/ia32_new_nodes.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ir/be/ia32/ia32_new_nodes.c b/ir/be/ia32/ia32_new_nodes.c index 27caa2ffa..308861873 100644 --- a/ir/be/ia32/ia32_new_nodes.c +++ b/ir/be/ia32/ia32_new_nodes.c @@ -298,22 +298,11 @@ static int ia32_dump_node(ir_node *n, FILE *F, dump_reason_t reason) { fprintf(F, "size = %u\n", get_ia32_copyb_size(n)); } - /* dump n_res */ fprintf(F, "n_res = %d\n", get_ia32_n_res(n)); - - /* dump use_frame */ fprintf(F, "use_frame = %d\n", is_ia32_use_frame(n)); - - /* commutative */ fprintf(F, "commutative = %d\n", is_ia32_commutative(n)); - - /* need stackent */ fprintf(F, "need stackent = %d\n", is_ia32_need_stackent(n)); - - /* need stackent */ fprintf(F, "is reload = %d\n", is_ia32_is_reload(n)); - - /* dump latency */ fprintf(F, "latency = %d\n", get_ia32_latency(n)); /* dump flags */ -- 2.20.1