diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-07-12 02:22:07 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-07-12 02:22:07 +0000 |
commit | 2b3c52d5c42ee4761cacd77611f5c5e5af7bdf7f (patch) | |
tree | f0b61c983562a1014ce0d2c3ed275881eba554f6 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | e0a352e8e77ddee0377421396a9932b04369aec0 (diff) | |
download | bcm5719-llvm-2b3c52d5c42ee4761cacd77611f5c5e5af7bdf7f.tar.gz bcm5719-llvm-2b3c52d5c42ee4761cacd77611f5c5e5af7bdf7f.zip |
Typos.
llvm-svn: 53504
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 85c837ae0b0..4f79696d00c 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/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())); |