From: Matthias Braun Date: Fri, 19 May 2017 00:17:59 +0000 (+0000) Subject: Fix typo X-Git-Tag: android-x86-7.1-r4~16069 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e5313997b56e0a9e60814b4703c8ede9c1fa56f9;p=android-x86%2Fexternal-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index f5b1f87720a..181cb375de8 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -189,7 +189,7 @@ extern cl::opt UseSegmentSetForPhysRegs; void pruneValue(LiveRange &LR, SlotIndex Kill, SmallVectorImpl *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.