Skip to content

Commit

Permalink
[X86] Fix typo in comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276528 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
topperc committed Jul 23, 2016
1 parent 55a640e commit 391e1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/X86/X86InstrInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 391e1bc

Please sign in to comment.