diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-11-20 19:18:33 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-11-20 19:18:33 +0000 |
commit | c179c39ed1985161050f19d695a72f621c695e14 (patch) | |
tree | edd95da2b36f14390b374123c9b97db347c97d02 /llvm/lib | |
parent | f953e4b881197bfeb959a61dc01bc20d9d88a513 (diff) | |
download | bcm5719-llvm-c179c39ed1985161050f19d695a72f621c695e14.tar.gz bcm5719-llvm-c179c39ed1985161050f19d695a72f621c695e14.zip |
Fix spelling in comment. NFCI.
llvm-svn: 318687
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86InstrFMA.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFMA.td b/llvm/lib/Target/X86/X86InstrFMA.td index b1f5d448757..753351b7dc4 100644 --- a/llvm/lib/Target/X86/X86InstrFMA.td +++ b/llvm/lib/Target/X86/X86InstrFMA.td @@ -15,7 +15,7 @@ // FMA3 - Intel 3 operand Fused Multiply-Add instructions //===----------------------------------------------------------------------===// -// For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* milticlasses +// For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* multiclasses // defined below, both the register and memory variants are commutable. // For the register form the commutable operands are 1, 2 and 3. // For the memory variant the folded operand must be in 3. Thus, |