]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cgraph.h
passes.c (execute_one_pass): Do not apply all transforms prior every simple IPA pass.
[gcc.git] / gcc / cgraph.h
index 5d949abc722b00b2c6956dd74700471a462ed353..77c2a6058e768ff1c782ec532ac3507d509b1770 100644 (file)
@@ -933,6 +933,11 @@ public:
 
   /* When doing LTO, read cgraph_node's body from disk if it is not already
      present.  */
+  bool get_untransformed_body (void);
+
+  /* Prepare function body.  When doing LTO, read cgraph_node's body from disk 
+     if it is not already present.  When some IPA transformations are scheduled,
+     apply them.  */
   bool get_body (void);
 
   /* Release memory used to represent body of function.
This page took 0.030842 seconds and 5 git commands to generate.