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)
commit1e37226acbb5a4e822286e40f5990aa7119e26bf
tree0b5341ed80383d68fba93f75cdac7c831a28cff9
parent60ae8c800ad711ef05f6d51b7953de4c1381ca07
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.

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