[llvm-commits] [llvm] r147585 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Andrew Trick
atrick at apple.com
Wed Jan 4 17:01:02 PST 2012
Author: atrick
Date: Wed Jan 4 19:01:01 2012
New Revision: 147585
URL: http://llvm.org/viewvc/llvm-project?rev=147585&view=rev
Log:
comment cleanup
Modified:
llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=147585&r1=147584&r2=147585&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Wed Jan 4 19:01:01 2012
@@ -57,7 +57,7 @@
/// 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.
More information about the llvm-commits
mailing list