MIPS: Take operand size into account when inverting stack offsets
[mono.git] / mono / mini / dominators.c
index ad35cdb35aa31432ec8769cffd4c9132f403f6c9..6dbfa3e828c580083ecea0616d409f82ce4cb022 100644 (file)
@@ -384,7 +384,9 @@ mono_compute_natural_loops (MonoCompile *cfg)
                        /* The loop body start is the first bblock in the order they will be emitted */
                        MonoBasicBlock *h = cfg->bblocks [i];
                        MonoBasicBlock *body_start = h;
+#if defined(__native_client_codegen__)
                        MonoInst *inst;
+#endif
                        GList *l;
 
                        for (l = h->loop_blocks; l; l = l->next) {