diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrXOP.td')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrXOP.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86InstrXOP.td b/llvm/lib/Target/X86/X86InstrXOP.td index b806c444132..cfefa5e5ea0 100644 --- a/llvm/lib/Target/X86/X86InstrXOP.td +++ b/llvm/lib/Target/X86/X86InstrXOP.td @@ -1,15 +1,15 @@ -//====- X86InstrXOP.td - Describe the X86 Instruction Set --*- tablegen -*-====// +//===-- X86InstrXOP.td - Describe the X86 Instruction Set --*- tablegen -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===-----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// // // This file describes XOP (eXtended OPerations) // -//===-----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// multiclass xop2op<bits<8> opc, string OpcodeStr, Intrinsic Int, PatFrag memop> { def rr : IXOP<opc, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src), |

