Files
swift-mirror/include/swift/SIL
Erik Eckstein f39291772c Remove const_use_iterator from SILValue and ValueBase.
It was defined as the const version of use_iterator, which was wrong (e.g. you can't increment it).
Actually we don't need it at all: use_begin/use_end can be const and return the non-const iterator,
because a value is not the container of its uses.



Swift SVN r28870
2015-05-21 13:12:12 +00:00
..
2015-03-07 03:08:27 +00:00
2014-09-28 02:21:13 +00:00
2013-10-17 18:38:58 +00:00
2014-07-07 21:05:22 +00:00