]> granicus.if.org Git - llvm/commit
LiveIntervalAnalysis: Cleanup; NFC
authorMatthias Braun <matze@braunis.de>
Thu, 19 Jan 2017 00:32:13 +0000 (00:32 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 19 Jan 2017 00:32:13 +0000 (00:32 +0000)
commit95a36003ff987a34259b574ddd8df8c0b68cf665
tree2ff2fedf043ceaa4ca9cb6f4b4df3e51a802c3d7
parentdf5ffd615364ecd75f48d1777845fc68e2152cf7
LiveIntervalAnalysis: Cleanup; NFC

- Fix doxygen comments: Do not repeat name, remove duplicated doxygen
  comment (on declaration + implementation), etc.
- Use more range based for

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