]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cfgloop.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
[gcc.git] / gcc / cfgloop.h
index 056e8f0b1e5569ee850a8dabf66f4806ac4661d3..d21d50bebdd0eb22129fdc02fe65d29bdd4327db 100644 (file)
@@ -49,7 +49,7 @@ struct lpt_decision GTY (())
 struct nb_iter_bound GTY ((chain_next ("%h.next")))
 {
   /* The statement STMT is executed at most ...  */
-  tree stmt;
+  gimple stmt;
 
   /* ... BOUND + 1 times (BOUND must be an unsigned constant).
      The + 1 is added for the following reasons:
This page took 0.030845 seconds and 5 git commands to generate.