Fix the build.
[mono.git] / mono / mini / mini-llvm.c
index b51be1d63e62ec62ed4cb744cab5a936e12c80bd..af00dcd9841a504a4cfcc938128f3dbb4f0ba59e 100644 (file)
@@ -2758,7 +2758,7 @@ process_bb (EmitContext *ctx, MonoBasicBlock *bb)
 
        if (bb->flags & BB_EXCEPTION_HANDLER) {
                if (!bblocks [bb->block_num].invoke_target) {
-                       //LLVM_FAILURE (ctx, "handler without invokes");
+                       LLVM_FAILURE (ctx, "handler without invokes");
                }
 
                emit_handler_start (ctx, bb, builder);