From c90294dc24393d973ed18bbc8bc87b73cb67e484 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 28 Jun 2016 19:12:28 +0000 Subject: [PATCH] Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274051 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegisterCoalescer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp index 42e56521932..a30dde8bd9b 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -2099,7 +2099,7 @@ JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { // IMPLICIT_DEF instructions behind, and there is nothing wrong with it // technically. // - // WHen it happens, treat that IMPLICIT_DEF as a normal value, and don't try + // When it happens, treat that IMPLICIT_DEF as a normal value, and don't try // to erase the IMPLICIT_DEF instruction. if (OtherV.ErasableImplicitDef && DefMI && DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { -- 2.50.0