X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=cyclegraph.h;h=7e7d180e0c1bd7a73de4653b657896f5a1df3a29;hp=a03ebca4bff1ca3a2fc950acbd33f043c49b2068;hb=fb6d374952284313141eaee75ecd322209d152db;hpb=91154c0e76e77ff53c968f3aa7ad7626fae19acb diff --git a/cyclegraph.h b/cyclegraph.h index a03ebca..7e7d180 100644 --- a/cyclegraph.h +++ b/cyclegraph.h @@ -21,8 +21,6 @@ class Promise; class CycleNode; class ModelAction; -typedef ModelVector promise_list_t; - /** @brief A graph of Model Actions for tracking cycles. */ class CycleGraph { public: @@ -84,6 +82,7 @@ class CycleGraph { /** @brief A flag: true if this graph contains cycles */ bool hasCycles; + /** @brief The previous value of CycleGraph::hasCycles, for rollback */ bool oldCycles; SnapVector rollbackvector;