summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-12-11 01:28:08 +0000
committerCraig Topper <craig.topper@gmail.com>2016-12-11 01:28:08 +0000
commite7166ce2372c0c55ee565b2234090d403f08ba3d (patch)
tree043c20b188c27df07052ad35c3336e09e857514a /llvm/lib/Target
parent678b07fe3ca59571f3559ab911305175d7c16b2d (diff)
downloadbcm5719-llvm-e7166ce2372c0c55ee565b2234090d403f08ba3d.tar.gz
bcm5719-llvm-e7166ce2372c0c55ee565b2234090d403f08ba3d.zip
[X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC
llvm-svn: 289352
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 2a4b8e45ad6..3e3da8b76d0 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -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()) {
OpenPOWER on IntegriCloud