comment cleanup
authorAndrew Trick <atrick@apple.com>
Thu, 5 Jan 2012 01:01:01 +0000 (01:01 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 5 Jan 2012 01:01:01 +0000 (01:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147585 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h

index f6902435936ea518116360d4fda6aa13b7f50b2e..dd95c5b9823b9d44729812bf53ce0f4ff3a70557 100644 (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.