MachineBasicBlock: Cleanup computeRegisterLiveness()
authorMatthias Braun <matze@braunis.de>
Wed, 27 May 2015 05:12:39 +0000 (05:12 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 27 May 2015 05:12:39 +0000 (05:12 +0000)
commitf5b42730589f63e5000102a288ce198ce449d98d
tree1f4f13adf203601d414f05912335605dfb739994
parent299e50237acddffae24bc968ef10627f9519be84
MachineBasicBlock: Cleanup computeRegisterLiveness()

- Clean documentation comment
- Change the API to accept an iterator so you can actually pass
  MachineBasicBlock::end() now.
- Add more "const".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238288 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp