commit | a86c920b1ea8f5d8b429ea944fb38a21ca8cc2ed | [log] [tgz] |
---|---|---|
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | Mon Jul 10 12:44:25 2017 +0000 |
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | Mon Jul 10 12:44:25 2017 +0000 |
tree | d885f3cb67d9009aefa29069a024ffc4f4084f1e | |
parent | 730f2f9bb622a4b72231628239fe607d26224a07 [diff] [blame] |
fix typos in comments and error messages; NFC llvm-svn: 307533
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp index 9562652..020e81e 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.cpp +++ b/llvm/lib/CodeGen/RegAllocGreedy.cpp
@@ -2458,7 +2458,7 @@ do { Reg = RecoloringCandidates.pop_back_val(); - // We cannot recolor physcal register. + // We cannot recolor physical register. if (TargetRegisterInfo::isPhysicalRegister(Reg)) continue;