summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-05-19 00:17:59 +0000
committerMatthias Braun <matze@braunis.de>2017-05-19 00:17:59 +0000
commit8700684aaa5ca4fccffb6481ccf3f4f655587892 (patch)
treef5948e5d1012be629d6af39e8c1db987c2b8ca1c /llvm
parent613c29e45f8179c71d751e4e46b5706260d8b528 (diff)
downloadbcm5719-llvm-8700684aaa5ca4fccffb6481ccf3f4f655587892.tar.gz
bcm5719-llvm-8700684aaa5ca4fccffb6481ccf3f4f655587892.zip
Fix typo
llvm-svn: 303395
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
index f5b1f87720a..181cb375de8 100644
--- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -189,7 +189,7 @@ extern cl::opt<bool> UseSegmentSetForPhysRegs;
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.
OpenPOWER on IntegriCloud