[mips] Modify comment to test new email address (NFC).

llvm-svn: 335269
This commit is contained in:
Simon Dardis 2018-06-21 18:52:32 +00:00
parent 5792dd0f39
commit 3505045b42
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ static SDValue performSELECTCombine(SDNode *N, SelectionDAG &DAG,
return DAG.getNode(ISD::ADD, DL, SetCC.getValueType(), SetCC, True);
}
// Couldn't optimize.
// Could not optimize.
return SDValue();
}