[mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64
[oota-llvm.git] / test / CodeGen / Mips / setne.ll
index 6460c83c7b0b90843fde8807befff27b7183a900..9e66901e32b508203f57e5c4d9a9b50729f816b8 100644 (file)
@@ -15,6 +15,6 @@ entry:
   store i32 %conv, i32* @r1, align 4
 ; 16:  xor     $[[REGISTER:[0-9]+]], ${{[0-9]+}}
 ; 16:  sltu    ${{[0-9]+}}, $[[REGISTER]]
-; 16:  move    ${{[0-9]+}}, $t8
+; 16:  move    ${{[0-9]+}}, $24
   ret void
 }