PseudoSourceValue: Update comments and fix lowercase variable names. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 11 Aug 2015 22:23:19 +0000 (22:23 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 11 Aug 2015 22:23:19 +0000 (22:23 +0000)
commitbceefe85c6ce2233301ef982c94e20b632cf5bb4
tree5897c9bf4e35ba21947f9ccf61f983e0f22e7f9f
parent4ae214d5d7eb20e5bafadc1bafc9dcdae64d5f24
PseudoSourceValue: Update comments and fix lowercase variable names. NFC.

This commit updates the documentation comments in PseudoSourceValue.cpp and
PseudoSourceValue.h based on the LLVM's documentation style. It also fixes
several instances of variable names that started with a lowercase letter.

This change is done in preparation for the changes to the pseudo source value
object management and to the PseudoSourceValue's class hierarchy.

llvm-svn: 244686
llvm/include/llvm/CodeGen/PseudoSourceValue.h
llvm/lib/CodeGen/PseudoSourceValue.cpp