From dbbc2b8fbdea3bf9e13197110915bf68d85b2993 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 11 Dec 2016 01:28:08 +0000 Subject: [PATCH] [X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289352 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 2a4b8e45ad6..3e3da8b76d0 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/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()) { -- 2.50.1