New changes to enable self verification mode.
diff --git a/vm/compiler/CompilerIR.h b/vm/compiler/CompilerIR.h
index d61d2ee..389ac7c 100644
--- a/vm/compiler/CompilerIR.h
+++ b/vm/compiler/CompilerIR.h
@@ -25,6 +25,7 @@
     CHAINING_CELL_HOT,
     CHAINING_CELL_INVOKE_SINGLETON,
     CHAINING_CELL_INVOKE_PREDICTED,
+    CHAINING_CELL_BACKWARD_BRANCH,
     CHAINING_CELL_LAST,
     DALVIK_BYTECODE,
     PC_RECONSTRUCTION,