| commit | f30fa58ebba77bf290aa67df4116649b0fd259b9 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Mon Jun 11 15:11:12 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Mon Jun 11 15:11:12 2012 +0000 |
| tree | d7a894ef3e79ae868c42929007b920024fc2cc91 | |
| parent | a486f48e5b1e265885f5b197f2aa5e226efc30d2 [diff] |
Fix a problem with the reverse bundle iterators. This showed up the first time rend() was called on a bundled instruction in the Mips backend. Also avoid dereferencing end() in bundle_iterator::operator++(). We still don't have a place to put unit tests for this stuff. llvm-svn: 158310