Fix class name in comment.
authorCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 06:15:09 +0000 (06:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 06:15:09 +0000 (06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrSSE.td

index ad51e53bd92825198acc563308031445e9c68211..7edfac904b8c1146181022334d0e40fc62e0941c 100644 (file)
@@ -3659,7 +3659,7 @@ multiclass PDI_binop_rmi<bits<8> 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<bits<8> opc, string OpcodeStr, SDNode OpNode,
                          ValueType DstVT, ValueType SrcVT, RegisterClass RC,
                          PatFrag memop_frag, X86MemOperand x86memop,