[llvm] r273284 - Fix typo, NFC

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 09:16:52 PDT 2016


Author: kparzysz
Date: Tue Jun 21 11:16:52 2016
New Revision: 273284

URL: http://llvm.org/viewvc/llvm-project?rev=273284&view=rev
Log:
Fix typo, NFC

Modified:
    llvm/trunk/include/llvm/CodeGen/SlotIndexes.h

Modified: llvm/trunk/include/llvm/CodeGen/SlotIndexes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SlotIndexes.h?rev=273284&r1=273283&r2=273284&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SlotIndexes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SlotIndexes.h Tue Jun 21 11:16:52 2016
@@ -98,7 +98,7 @@ namespace llvm {
       Slot_Block,
 
       /// Early-clobber register use/def slot.  A live range defined at
-      /// Slot_EarlyCLobber interferes with normal live ranges killed at
+      /// Slot_EarlyClobber interferes with normal live ranges killed at
       /// Slot_Register.  Also used as the kill slot for live ranges tied to an
       /// early-clobber def.
       Slot_EarlyClobber,




More information about the llvm-commits mailing list