diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-09-24 22:36:49 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-09-24 22:36:49 +0000 |
commit | 50f0a42b66f19367711f615fd6f14a9385b426e1 (patch) | |
tree | 6bcecab2a63139638ab1ccb89e7c768527be40cb /llvm/lib/CodeGen/LiveInterval.cpp | |
parent | 7146f7bcf93dc52b15ab7581e0879424ff04583a (diff) | |
download | bcm5719-llvm-50f0a42b66f19367711f615fd6f14a9385b426e1.tar.gz bcm5719-llvm-50f0a42b66f19367711f615fd6f14a9385b426e1.zip |
Fix typo
llvm-svn: 248549
Diffstat (limited to 'llvm/lib/CodeGen/LiveInterval.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveInterval.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp index f5e4f52455a..a7ba3e6610f 100644 --- a/llvm/lib/CodeGen/LiveInterval.cpp +++ b/llvm/lib/CodeGen/LiveInterval.cpp @@ -865,7 +865,7 @@ void LiveInterval::constructMainRangeFromSubranges( // - If any of the subranges is live at a point the main liverange has to be // live too, conversily if no subrange is live the main range mustn't be // live either. - // We do this by scannig through all the subranges simultaneously creating new + // We do this by scanning through all the subranges simultaneously creating new // segments in the main range as segments start/ends come up in the subranges. assert(hasSubRanges() && "expected subranges to be present"); assert(segments.empty() && valnos.empty() && "expected empty main range"); |