summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InlineSpiller.cpp
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2012-09-01 12:11:41 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2012-09-01 12:11:41 +0000
commit64f361e0e1d83568b766f6e0f469fb6716c8a45e (patch)
tree48697a727bcf962f3b27241298799d059e67fe30 /llvm/lib/CodeGen/InlineSpiller.cpp
parent3be6a480a4392c0709b474350b936e70c8994530 (diff)
downloadbcm5719-llvm-64f361e0e1d83568b766f6e0f469fb6716c8a45e.tar.gz
bcm5719-llvm-64f361e0e1d83568b766f6e0f469fb6716c8a45e.zip
Fix typo.
llvm-svn: 163059
Diffstat (limited to 'llvm/lib/CodeGen/InlineSpiller.cpp')
-rw-r--r--llvm/lib/CodeGen/InlineSpiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp
index 07e37af57f3..622127cc747 100644
--- a/llvm/lib/CodeGen/InlineSpiller.cpp
+++ b/llvm/lib/CodeGen/InlineSpiller.cpp
@@ -613,7 +613,7 @@ MachineInstr *InlineSpiller::traceSiblingValue(unsigned UseReg, VNInfo *UseVNI,
propagateSiblingValue(SVI);
} while (!WorkList.empty());
- // Look up the value we were looking for. We already did this lokup at the
+ // Look up the value we were looking for. We already did this lookup at the
// top of the function, but SibValues may have been invalidated.
SVI = SibValues.find(UseVNI);
assert(SVI != SibValues.end() && "Didn't compute requested info");
OpenPOWER on IntegriCloud