projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b195813
)
LiveInterval: Adapt commen to the LI->LR change.
author
Matthias Braun
<matze@braunis.de>
Fri, 8 Jan 2016 19:25:31 +0000
(19:25 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 8 Jan 2016 19:25:31 +0000
(19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257196
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveInterval.h
b/include/llvm/CodeGen/LiveInterval.h
index 655ae008d69eb440f3d0319dfda37739c866513a..edade3164a3c6b8709154ef241515746e9dcf7f5 100644
(file)
--- a/
include/llvm/CodeGen/LiveInterval.h
+++ b/
include/llvm/CodeGen/LiveInterval.h
@@
-848,7
+848,7
@@
namespace llvm {
public:
explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
- /// Classify the values in
LI
into connected components.
+ /// Classify the values in
\p LR
into connected components.
/// Returns the number of connected components.
unsigned Classify(const LiveRange &LR);