diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-12-26 06:15:53 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-12-26 06:15:53 +0000 |
commit | 755841d9d74c9e567b2aca5ae1bccb8a06d94bfc (patch) | |
tree | ca8e23cfb22283bdaddea767e7ec30a8c047c5a5 | |
parent | 6f9d44e072fd119826a7524d6501a5f4fde9fbff (diff) |
Fix 80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171097 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86InstrSSE.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index 7edfac904b..a931d66020 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -2687,8 +2687,8 @@ let Predicates = [HasAVX] in VR128, memopv2i64, i128mem, itins, IsCommutable, 0>, VEX_4V; let Constraints = "$src1 = $dst" in - defm P#NAME# : PDI_binop_rm<opc, OpcodeStr, Opcode, OpVT128, VR128, memopv2i64, - i128mem, itins, IsCommutable>; + defm P#NAME# : PDI_binop_rm<opc, OpcodeStr, Opcode, OpVT128, VR128, + memopv2i64, i128mem, itins, IsCommutable>; let Predicates = [HasAVX2] in defm VP#NAME#Y : PDI_binop_rm<opc, !strconcat("v", OpcodeStr), Opcode, |