diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-09 16:54:54 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-09 16:54:54 +0000 |
commit | 769e1a972d3fc59b74906baf4de1a518b81d1e02 (patch) | |
tree | 977b42edf4ca79592a77a26d46dcab1888241d29 /polly/test/ScopInfo/invariant_loop_bounds.ll | |
parent | 8f11e1a7139dde3a98409d3286749e773712441c (diff) | |
download | bcm5719-llvm-769e1a972d3fc59b74906baf4de1a518b81d1e02.tar.gz bcm5719-llvm-769e1a972d3fc59b74906baf4de1a518b81d1e02.zip |
AArch64: Make getNextNode() cleanup in r249764 more clear
After r249764, if you didn't see the full context, it looked like
`std::next(I)` would get the same result as
`++MachineBasicBlock::iterator(I)`. However, `I` is a `MachineInstr*`
(not a `MachineBasicBlock::iterator`).
Use the `getIterator()` helper I added later (r249782) to make this code
more clear.
llvm-svn: 249852
Diffstat (limited to 'polly/test/ScopInfo/invariant_loop_bounds.ll')
0 files changed, 0 insertions, 0 deletions