[llvm] r306716 - fix trivial typo, NFC

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 11:03:29 PDT 2017


Author: inouehrs
Date: Thu Jun 29 11:03:28 2017
New Revision: 306716

URL: http://llvm.org/viewvc/llvm-project?rev=306716&view=rev
Log:
fix trivial typo, NFC


Modified:
    llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp

Modified: llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp?rev=306716&r1=306715&r2=306716&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp Thu Jun 29 11:03:28 2017
@@ -2622,7 +2622,7 @@ unsigned RAGreedy::selectOrSplitImpl(Liv
   }
 
   // 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);




More information about the llvm-commits mailing list