From: Craig Topper Date: Wed, 26 Dec 2012 06:15:09 +0000 (+0000) Subject: Fix class name in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f9d44e072fd119826a7524d6501a5f4fde9fbff;p=oota-llvm.git Fix class name in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171096 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index ad51e53bd92..7edfac904b8 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -3659,7 +3659,7 @@ multiclass PDI_binop_rmi opc, bits<8> opc2, Format ImmForm, [(set RC:$dst, (DstVT (OpNode2 RC:$src1, (i32 imm:$src2))))], itins.ri>; } -/// PDI_binop_rm - Simple SSE2 binary operator with different src and dst types +/// PDI_binop_rm2 - Simple SSE2 binary operator with different src and dst types multiclass PDI_binop_rm2 opc, string OpcodeStr, SDNode OpNode, ValueType DstVT, ValueType SrcVT, RegisterClass RC, PatFrag memop_frag, X86MemOperand x86memop,