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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 17:28:08 PST 2016


Author: ctopper
Date: Sat Dec 10 19:28:08 2016
New Revision: 289352

URL: http://llvm.org/viewvc/llvm-project?rev=289352&view=rev
Log:
[X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=289352&r1=289351&r2=289352&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Sat Dec 10 19:28:08 2016
@@ -31720,7 +31720,7 @@ static SDValue combineFneg(SDNode *N, Se
     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()) {




More information about the llvm-commits mailing list