summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp
index 0a96cc3e450..5c5f412c911 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm/lib/Target/X86/X86InstrInfo.cpp
@@ -3357,7 +3357,7 @@ static unsigned getFMA3OpcodeToCommuteOperands(unsigned Opc,
FMA3_TABLE_SCALAR_INT(VFNMADD)
FMA3_TABLE_SCALAR_INT(VFNMSUB)
- // AVX-512 instructio
+ // AVX-512 instructions
FMA3_TABLE_SCALAR_INT_AVX512(VFMADD)
FMA3_TABLE_SCALAR_INT_AVX512(VFMSUB)
FMA3_TABLE_SCALAR_INT_AVX512(VFNMADD)
OpenPOWER on IntegriCloud