summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-08-15 21:19:25 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-08-15 21:19:25 +0000
commit53b99a0fe74b3cc272d7aad4d43a25f09c4979e4 (patch)
treec451624eb968be331ba7b6f395242b5f6d3b0241 /lib/CodeGen
parentc48ef2ae36e2169872a828a5399ccd1993837915 (diff)
downloadllvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.tar.gz
llvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.tar.bz2
llvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.tar.xz
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAllocLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp
index 26269e1808..15b49b3267 100644
--- a/lib/CodeGen/RegAllocLocal.cpp
+++ b/lib/CodeGen/RegAllocLocal.cpp
@@ -475,7 +475,7 @@ void RA::AllocateBasicBlock(MachineBasicBlock &MBB) {
for (unsigned i = 0; ImplicitUses[i]; ++i)
MarkPhysRegRecentlyUsed(ImplicitUses[i]);
- // Get the used operands into registers. This has the potiential to spill
+ // Get the used operands into registers. This has the potential to spill
// incoming values if we are out of registers. Note that we completely
// ignore physical register uses here. We assume that if an explicit
// physical register is referenced by the instruction, that it is guaranteed