From: Andrew Trick Date: Thu, 5 Jan 2012 01:01:01 +0000 (+0000) Subject: comment cleanup X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1130d220a33a6171e408d9ec4594242907541e1b;p=oota-llvm.git comment cleanup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147585 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index f6902435936..dd95c5b9823 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -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.