From: Matthias Braun Date: Fri, 8 Jan 2016 19:25:31 +0000 (+0000) Subject: LiveInterval: Adapt commen to the LI->LR change. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3bd93089a9b944e40edb913871c2a67972ed0af7 LiveInterval: Adapt commen to the LI->LR change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 655ae008d69..edade3164a3 100644 --- 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);