1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC

llvm-svn: 289352
This commit is contained in:
Craig Topper 2016-12-11 01:28:08 +00:00
parent 083cc0960f
commit dc2cf85382

View File

@ -31720,7 +31720,7 @@ static SDValue combineFneg(SDNode *N, SelectionDAG &DAG,
return DAG.getBitcast(OrigVT, NewNode);
}
// If we're negating a FMA node, then we can adjust the
// If we're negating an FMA node, then we can adjust the
// instruction to include the extra negation.
unsigned NewOpcode = 0;
if (Arg.hasOneUse()) {