diff options
author | Craig Topper <craig.topper@gmail.com> | 2016-12-11 01:28:08 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2016-12-11 01:28:08 +0000 |
commit | e7166ce2372c0c55ee565b2234090d403f08ba3d (patch) | |
tree | 043c20b188c27df07052ad35c3336e09e857514a | |
parent | 678b07fe3ca59571f3559ab911305175d7c16b2d (diff) | |
download | bcm5719-llvm-e7166ce2372c0c55ee565b2234090d403f08ba3d.tar.gz bcm5719-llvm-e7166ce2372c0c55ee565b2234090d403f08ba3d.zip |
[X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC
llvm-svn: 289352
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
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()) { |