summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveInterval.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-01-05 01:01:01 +0000
committerAndrew Trick <atrick@apple.com>2012-01-05 01:01:01 +0000
commit1130d220a33a6171e408d9ec4594242907541e1b (patch)
tree2c4d1d6f8ce1ea3f4421650921dc03c5f1be7fbf /include/llvm/CodeGen/LiveInterval.h
parent59f7ee0400f88809fde200e293bd5444a736a526 (diff)
downloadllvm-1130d220a33a6171e408d9ec4594242907541e1b.tar.gz
llvm-1130d220a33a6171e408d9ec4594242907541e1b.tar.bz2
llvm-1130d220a33a6171e408d9ec4594242907541e1b.tar.xz
comment cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveInterval.h')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index f690243593..dd95c5b982 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.