summaryrefslogtreecommitdiff
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
commite2ac55242179382ba86215206072ea0d9be4ff5d (patch)
tree0880647068d4efb67ad72abbd032681985eaf301
parent64f30e3eedc08a9387baef2d2e24d62d85b53f26 (diff)
downloadllvm-e2ac55242179382ba86215206072ea0d9be4ff5d.tar.gz
llvm-e2ac55242179382ba86215206072ea0d9be4ff5d.tar.bz2
llvm-e2ac55242179382ba86215206072ea0d9be4ff5d.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/InlineSpiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InlineSpiller.cpp b/lib/CodeGen/InlineSpiller.cpp
index 07e37af57f..622127cc74 100644
--- a/lib/CodeGen/InlineSpiller.cpp
+++ b/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");