Update comments for SSAUpdater to use the modern doxygen comment
authorChandler Carruth <chandlerc@gmail.com>
Sun, 28 Jul 2013 22:00:33 +0000 (22:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 28 Jul 2013 22:00:33 +0000 (22:00 +0000)
commit064a68682d7fff603dfb53e21cad951943e62905
tree7c5269aec3e43bd3dfd753ee40c96ec79368ac12
parentd953bcd4876b86e2d99ebbe87c03b2e41298f115
Update comments for SSAUpdater to use the modern doxygen comment
standards for LLVM. Remove duplicated comments on the interface from the
implementation file (implementation comments are left there of course).
Also clean up, re-word, and fix a few typos and errors in the commenst
spotted along the way.

This is in preparation for changes to these files and to keep the
uninteresting tidying in a separate commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187335 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/SSAUpdater.h
lib/Transforms/Utils/SSAUpdater.cpp