codegen: a few more hacks to get more of classpath running
[mate.git] / Mate / BasicBlocks.hs
index 8cd919a1e4f770152d971295ca4e7e2712477f07..1f393ce52d28b828abcf2155070ed4aa467d6c50 100644 (file)
@@ -195,6 +195,8 @@ calculateInstructionOffset = cio' (0, Nothing)
       IF _ w16 -> twotargets w16
       IF_ICMP _ w16 -> twotargets w16
       IF_ACMP _ w16 -> twotargets w16
+      IFNONNULL w16 -> twotargets w16
+      IFNULL w16 -> twotargets w16
       GOTO w16 -> onetarget w16
       IRETURN -> notarget
       ARETURN -> notarget