[llvm] r257196 - LiveInterval: Adapt commen to the LI->LR change.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 8 11:25:31 PST 2016
Author: matze
Date: Fri Jan 8 13:25:31 2016
New Revision: 257196
URL: http://llvm.org/viewvc/llvm-project?rev=257196&view=rev
Log:
LiveInterval: Adapt commen to the LI->LR change.
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=257196&r1=257195&r2=257196&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Fri Jan 8 13:25:31 2016
@@ -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);
More information about the llvm-commits
mailing list