diff gcc/c-parser.c @ 89:3356a4c26abc

modify comment out :c-parser.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 20 Dec 2011 19:03:56 +0900
parents f214c1d5b862
children 99e7b6776dd1
line wrap: on
line diff
--- a/gcc/c-parser.c	Tue Dec 20 18:53:46 2011 +0900
+++ b/gcc/c-parser.c	Tue Dec 20 19:03:56 2011 +0900
@@ -6168,9 +6168,8 @@
   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);