summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-07-12 02:22:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-07-12 02:22:07 +0000
commitb9890ae3c35ad7d8e49261650d5b98f49f97a705 (patch)
treeda9cde2ed132f51adf56bbb25a1110110100bc8b /lib
parent79a796c2b17c7ebd4dd489b5de1078fc2148adba (diff)
downloadllvm-b9890ae3c35ad7d8e49261650d5b98f49f97a705.tar.gz
llvm-b9890ae3c35ad7d8e49261650d5b98f49f97a705.tar.bz2
llvm-b9890ae3c35ad7d8e49261650d5b98f49f97a705.tar.xz
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 85c837ae0b..4f79696d00 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -1055,7 +1055,7 @@ rewriteInstructionForSpills(const LiveInterval &li, const VNInfo *VNI,
// The live range [12, 14) are not part of the r1024 live interval since
// it's defined by an implicit def. It will not conflicts with live
// interval of r1025. Now suppose both registers are spilled, you can
- // easier see a situation where both registers are reloaded before
+ // easily see a situation where both registers are reloaded before
// the INSERT_SUBREG and both target registers that would overlap.
HasUse = false;
@@ -1248,7 +1248,7 @@ rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
// The live range [12, 14) are not part of the r1024 live interval since
// it's defined by an implicit def. It will not conflicts with live
// interval of r1025. Now suppose both registers are spilled, you can
- // easier see a situation where both registers are reloaded before
+ // easily see a situation where both registers are reloaded before
// the INSERT_SUBREG and both target registers that would overlap.
continue;
RewriteMIs.push_back(RewriteInfo(index, MI, O.isUse(), O.isDef()));