comment cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-01-05 01:01:01 +00:00
parent 59f7ee0400
commit 1130d220a3

View File

@ -57,7 +57,7 @@ namespace llvm {
/// The ID number of this value.
unsigned id;
/// The index of the defining instruction (if isDefAccurate() returns true).
/// The index of the defining instruction.
SlotIndex def;
/// VNInfo constructor.