Fix a typo in last commit
authorNate Begeman <natebegeman@mac.com>
Thu, 17 Jul 2008 17:04:58 +0000 (17:04 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 17 Jul 2008 17:04:58 +0000 (17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrSSE.td

index e11967dcbbb6744cfa8a6553b1113055e5315bc5..7b5974ff1496b6004b26f3ed8ce7a558371052b4 100644 (file)
@@ -3577,7 +3577,7 @@ let Constraints = "$src1 = $dst" in {
   }
 }
 
-defm PCMPGTQ      : SS41I_binop_rm_int<0x37, "pcmpgtq", int_x86_sse42_pcmpgtq>;
+defm PCMPGTQ      : SS42I_binop_rm_int<0x37, "pcmpgtq", int_x86_sse42_pcmpgtq>;
 
 def : Pat<(v2i64 (X86pcmpgtq VR128:$src1, VR128:$src2)),
           (PCMPGTQrr VR128:$src1, VR128:$src2)>;