OSDN Git Service

2009-07-19 Janne Blomqvist <jb@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / cfgexpand.c
index 89a7363..3594339 100644 (file)
@@ -1031,7 +1031,8 @@ partition_stack_vars (void)
        }
     }
 
-  update_alias_info_with_stack_vars ();
+  if (optimize)
+    update_alias_info_with_stack_vars ();
 }
 
 /* A debugging aid for expand_used_vars.  Dump the generated partitions.  */