diff options
| author | Matthias Braun <matze@braunis.de> | 2017-05-19 00:17:59 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2017-05-19 00:17:59 +0000 |
| commit | 8700684aaa5ca4fccffb6481ccf3f4f655587892 (patch) | |
| tree | f5948e5d1012be629d6af39e8c1db987c2b8ca1c /llvm | |
| parent | 613c29e45f8179c71d751e4e46b5706260d8b528 (diff) | |
| download | bcm5719-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.h | 2 |
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. |

