OSDN Git Service

fix trivial typo, NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 29 Jun 2017 18:03:28 +0000 (18:03 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 29 Jun 2017 18:03:28 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocGreedy.cpp

index 50d241b..9562652 100644 (file)
@@ -2622,7 +2622,7 @@ unsigned RAGreedy::selectOrSplitImpl(LiveInterval &VirtReg,
   }
 
   // If we couldn't allocate a register from spilling, there is probably some
-  // invalid inline assembly. The base class wil report it.
+  // invalid inline assembly. The base class will report it.
   if (Stage >= RS_Done || !VirtReg.isSpillable())
     return tryLastChanceRecoloring(VirtReg, Order, NewVRegs, FixedRegisters,
                                    Depth);