It's "opcode" not "opCode".
Similarly "Opcode" not "OpCode".
This appears to be the general worldwide consensus on the matter. Other
residents of my office didn't seem to mind one way or the other how it's
spelled in our code, but for whatever reason, it really bugged me.
Change-Id: Ia0b73d19c54aefc0f543a9c9451dda22ee876a59
diff --git a/vm/compiler/Loop.h b/vm/compiler/Loop.h
index 0de2baf..8981dae 100644
--- a/vm/compiler/Loop.h
+++ b/vm/compiler/Loop.h
@@ -27,7 +27,7 @@
int numBasicIV; // number of basic induction variables
int ssaBIV; // basic IV in SSA name
bool isCountUpLoop; // count up or down loop
- OpCode loopBranchOpcode; // OP_IF_XXX for the loop back branch
+ Opcode loopBranchOpcode; // OP_IF_XXX for the loop back branch
int endConditionReg; // vB in "vA op vB"
LIR *branchToBody; // branch over to the body from entry
LIR *branchToPCR; // branch over to the PCR cell