OSDN Git Service

RegisterCoalescer: Cleanup comment style
authorMatthias Braun <matze@braunis.de>
Sat, 17 Jan 2015 00:33:09 +0000 (00:33 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 17 Jan 2015 00:33:09 +0000 (00:33 +0000)
commitb8f5c8cb95a68b48659d6ada39e9b8b14d556fd7
tree85e88f5b7fa1f138132dff9177db981188678667
parent07a087f45cd8415fe375bb166851f3cc4032cd18
RegisterCoalescer: Cleanup comment style

- Consistenly put comments above the function declaration, not the
  definition. To achieve this some duplicate comments got merged and
  some comment parts describing implementation details got moved into their
  functions.
- Consistently use doxygen comments above functions.
- Do not use doxygen comments inside functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226351 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegisterCoalescer.cpp