cyclegraph: flag cycles for reflexive edges
authorBrian Norris <banorris@uci.edu>
Sat, 6 Oct 2012 00:03:01 +0000 (17:03 -0700)
committerBrian Norris <banorris@uci.edu>
Sat, 6 Oct 2012 00:10:49 +0000 (17:10 -0700)
commit8bfca9bf950597e9967e62e02f7a5048e6cf4896
tree317fcb8d66ac137ea7a2784d1cb2bac87ae9b6d5
parent80ab61e4168b993a319788c70fd41e63a34ba627
cyclegraph: flag cycles for reflexive edges

The cyclegraph shouldn't fail (i.e., ASSERT()) when reflexive edges are
added; instead, they should be declared as cycles.
cyclegraph.cc