comment cleanup

llvm-svn: 147585
This commit is contained in:
Andrew Trick 2012-01-05 01:01:01 +00:00
parent 66d6d745d1
commit f4817ef455

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.