Commits

Chris Lattner committed 99fcb2dfe1d
Change all uses of x = x.successor() to use x._successorInPlace() ...because it is apparently more efficient in some cases. Technically we don't do this in ALL places, because it would be unfortunate if the implementation of _successorInPlace() were self recursive :-)