LiveInterval: Adapt commen to the LI->LR change.
authorMatthias Braun <matze@braunis.de>
Fri, 8 Jan 2016 19:25:31 +0000 (19:25 +0000)
committerMatthias 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

index 655ae008d69eb440f3d0319dfda37739c866513a..edade3164a3c6b8709154ef241515746e9dcf7f5 100644 (file)
@@ -848,7 +848,7 @@ namespace llvm {
   public:
     explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
 
   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);
 
     /// Returns the number of connected components.
     unsigned Classify(const LiveRange &LR);