From 67a71b3184ce20a901e874d0ee25e01397dd87ef Mon Sep 17 00:00:00 2001
From: Roman Divacky 
ilists have another speciality that must be considered. To be a good +
ilists have another specialty that must be considered. To be a good citizen in the C++ ecosystem, it needs to support the standard container operations, such as begin and end iterators, etc. Also, the operator-- must work correctly on the end iterator in the @@ -3921,7 +3921,7 @@ arguments. An argument has a pointer to the parent Function.
Dinakar Dhurjati and Chris Lattner