daily update
[external/binutils.git] / sim / testsuite / sim / m32r / blez.cgs
index be512ce..e3d198d 100644 (file)
@@ -7,5 +7,13 @@
 
        .global blez
 blez:
+       mvi_h_gr r4, 0
+       blez r4, test0pass
+test1fail:
+       fail
+
+test0pass:
+       mvi_h_gr r4, 1
+       blez r4, test1fail
 
        pass