[llvm] r303395 - Fix typo

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 17:17:59 PDT 2017


Author: matze
Date: Thu May 18 19:17:59 2017
New Revision: 303395

URL: http://llvm.org/viewvc/llvm-project?rev=303395&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=303395&r1=303394&r2=303395&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Thu May 18 19:17:59 2017
@@ -189,7 +189,7 @@ extern cl::opt<bool> UseSegmentSetForPhy
     void pruneValue(LiveRange &LR, SlotIndex Kill,
                     SmallVectorImpl<SlotIndex> *EndPoints);
 
-    /// This function should be used. Its intend is to tell you that
+    /// This function should not be used. Its intend is to tell you that
     /// you are doing something wrong if you call pruveValue directly on a
     /// LiveInterval. Indeed, you are supposed to call pruneValue on the main
     /// LiveRange and all the LiveRange of the subranges if any.




More information about the llvm-commits mailing list