[mips][microMIPS] This patch implements functionality in MIPS delay slot
[oota-llvm.git] / test / CodeGen / Mips / micromips-atomic.ll
index a50e0b7850c3f7a8ff6a57e18b2ebaed3e0d0549..82eee4bd84b50f6d067906821e33c962830d5359 100644 (file)
@@ -14,5 +14,5 @@ entry:
 ; CHECK:   ll      $[[R1:[0-9]+]], 0($[[R0]])
 ; CHECK:   addu    $[[R2:[0-9]+]], $[[R1]], $4
 ; CHECK:   sc      $[[R2]], 0($[[R0]])
-; CHECK:   beqz    $[[R2]], $[[BB0]]
+; CHECK:   beqzc   $[[R2]], $[[BB0]]
 }