changeset 91:0a063106bba9

modify cbc_finish_labeled_goto:c-parser.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 25 Dec 2011 04:17:22 +0900
parents 99e7b6776dd1
children 689bf9141c8c
files gcc/c-parser.c
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/gcc/c-parser.c	Sun Dec 25 04:04:42 2011 +0900
+++ b/gcc/c-parser.c	Sun Dec 25 04:17:22 2011 +0900
@@ -6162,21 +6162,6 @@
   tree tlab;
   tree cond;
 
-  /*
-  tree cstmt = c_begin_compound_stmt (true);
-  tlab = define_label (loc, label);
-  gcc_assert (tlab);
-  decl_attributes (&tlab, NULL_TREE, 0);
-  add_stmt (build_stmt (loc, LABEL_EXPR, tlab));
-
-  tree ret = c_finish_return (loc, retval, retval); //tree ret = c_finish_return (retval);
-  TREE_USED(ret) = 1;
-  tree if_body = c_end_compound_stmt (loc, cstmt, true);
-  TREE_SIDE_EFFECTS (cstmt) = 1;
-  c_finish_if_stmt (loc, cond, if_body, NULL_TREE, false);
-
-  */
-
   cond = integer_zero_node;
   tree block_outside = c_begin_compound_stmt (false);
   tree block_inside = c_begin_compound_stmt (false);