diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-06-28 19:12:28 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-06-28 19:12:28 +0000 |
commit | 5db97acfa29fd276862af3c67b004cd36008d338 (patch) | |
tree | 89f64f03166f040ebbf4933e06722ffd1742617c /llvm/lib/CodeGen/RegisterCoalescer.cpp | |
parent | 183b3014a406746afc2a7e9df78d510aa60b6e6d (diff) | |
download | bcm5719-llvm-5db97acfa29fd276862af3c67b004cd36008d338.tar.gz bcm5719-llvm-5db97acfa29fd276862af3c67b004cd36008d338.zip |
Fix typo
llvm-svn: 274051
Diffstat (limited to 'llvm/lib/CodeGen/RegisterCoalescer.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegisterCoalescer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp index 42e56521932..a30dde8bd9b 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.cpp +++ b/llvm/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)) { |