PR148 again: don't defuse IF_LCMPxx
[cacao.git] / src / vm / jit / builtin.cpp
index 146e64dffdb87a8fbbc3820076088d0d08cb02ab..615f4b8dc2d51175a66a0b748c3d64c2d14de337 100644 (file)
@@ -1409,7 +1409,6 @@ s8 builtin_lxor(s8 a, s8 b)
 #endif /* !(SUPPORT_LONG && SUPPORT_LONG_LOGICAL) */
 
 
-#if !(SUPPORT_LONG && SUPPORT_LONG_CMP)
 s4 builtin_lcmp(s8 a, s8 b)
 { 
        if (a < b)
@@ -1420,7 +1419,6 @@ s4 builtin_lcmp(s8 a, s8 b)
 
        return 0;
 }
-#endif /* !(SUPPORT_LONG && SUPPORT_LONG_CMP) */
 
 
 /* functions for unsupported floating instructions ****************************/