IR: Cleanup comments for Value, User, and MDNode
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Oct 2014 20:28:31 +0000 (20:28 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Oct 2014 20:28:31 +0000 (20:28 +0000)
commitfcece4d2162e47c0f7325d1c262f460ff078aab7
tree49fae0da8ddc4551518d3869760e5b60c08f8469
parent995abe34f9127cbea4b1679176ed7480f2cfbe91
IR: Cleanup comments for Value, User, and MDNode

A follow-up commit will modify the memory-layout of `Value`, `User`, and
`MDNode`.  First fix the comments to be doxygen-friendly (and to follow
the coding standards).

  - Use "\brief" instead of "repeatedName -".
  - Add a brief intro where it was missing.
  - Remove duplicated comments from source files (and a couple of
    noisy/trivial comments altogether).

llvm-svn: 219844
llvm/include/llvm/IR/Metadata.h
llvm/include/llvm/IR/User.h
llvm/include/llvm/IR/Value.h
llvm/include/llvm/IR/ValueHandle.h
llvm/lib/IR/Metadata.cpp
llvm/lib/IR/User.cpp
llvm/lib/IR/Value.cpp