Fix typo in comment
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 15 Aug 2003 21:19:25 +0000 (21:19 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 15 Aug 2003 21:19:25 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7906 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLocal.cpp

index 26269e1808ca99867f0b7306783fcd0713063f8a..15b49b32677838327ffac1b06d62b7bdde952fa1 100644 (file)
@@ -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