[MachineSinking] Conservatively clear kill flags after coalescing.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
index 7a06a48da76bd9dcc5f094ed272c00e2a95a7ad7..f363b550647a8c78c7e026b3ecc88d965e5227f0 100644 (file)
@@ -3337,7 +3337,7 @@ bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) {
   if (isDefine)
     return false;
 
-  // Check the declaration has no block address forward references.
+  // Check the declaration has no block address forward references.
   ValID ID;
   if (FunctionName.empty()) {
     ID.Kind = ValID::t_GlobalID;