[PATCH] D21307: AArch4: Fix range loop contradicting comment above it
John Brawn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 07:58:30 PDT 2016
john.brawn added a subscriber: john.brawn.
john.brawn accepted this revision.
john.brawn added a reviewer: john.brawn.
john.brawn added a comment.
This revision is now accepted and ready to land.
It's possible that the blocks that are created end up never needing branch relaxation in which case not updating end() doesn't matter, but it's not clear from a quick look if that's true or not and just doing what the comment says seems perfectly reasonable. LGTM.
http://reviews.llvm.org/D21307
More information about the llvm-commits
mailing list