From 8230c40430a1325b5cc5bc0221931487b4bd573c Mon Sep 17 00:00:00 2001
From: rdivacky
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