OSDN Git Service

ScheduleDAG: Cleanup; NFC
authorMatthias Braun <matze@braunis.de>
Tue, 21 Feb 2017 01:27:33 +0000 (01:27 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 21 Feb 2017 01:27:33 +0000 (01:27 +0000)
commit1cd3a6f83540cbd077edb81e466824928c6cce3b
treef84d5e61cc8199fcd61c7ffe9e1f9830d1b86920
parent60202aba32cde2321b43e0a0a4553e58f096421f
ScheduleDAG: Cleanup; NFC

- Fix doxygen comments (do not repeat documented name, remove definition
    comment if there is already one at the declaration, add \p, ...)
- Add some const modifiers
- Use range based for

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