diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-08-15 21:19:25 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-08-15 21:19:25 +0000 |
commit | 53b99a0fe74b3cc272d7aad4d43a25f09c4979e4 (patch) | |
tree | c451624eb968be331ba7b6f395242b5f6d3b0241 | |
parent | c48ef2ae36e2169872a828a5399ccd1993837915 (diff) | |
download | external_llvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.zip external_llvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.tar.gz external_llvm-53b99a0fe74b3cc272d7aad4d43a25f09c4979e4.tar.bz2 |
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7906 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 26269e1..15b49b3 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 |