diff gcc/cbc-goto.h @ 6:983001f85155

destory goto with environment...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 20 Aug 2009 13:38:58 +0900
parents d43292db8c8c
children 7ff9aed93de8
line wrap: on
line diff
--- a/gcc/cbc-goto.h	Thu Jul 30 19:22:01 2009 +0900
+++ b/gcc/cbc-goto.h	Thu Aug 20 13:38:58 2009 +0900
@@ -81,8 +81,8 @@
   rtx env_rtx;
   tree env_tree;
 
-  env_tree = TREE_OPERAND(exp, 2);
-
+  // env_tree = TREE_OPERAND(exp, 2);
+  env_tree = NULL_TREE;
 
   /* State variables we need to save and restore between
      iterations.  */