Quick compiler: complete switch support

With this CL, all Dex opcodes are handled.  We pass 79 run-tests,
and fail 12.  Temporarily going single-threaded for the Quick
compiler (llvm's ir-builder dies otherwise - will figure out what I
need to do for multi-threaded operation in a later CL).

Change-Id: I389e94d9a831096d4e7493460729933fb45e649e
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h
index ef56876..7420bda 100644
--- a/src/compiler/CompilerIR.h
+++ b/src/compiler/CompilerIR.h
@@ -533,7 +533,7 @@
   ArenaBitVector* tempSSARegisterV;   // numSSARegs
   int* tempSSABlockIdV;               // working storage for Phi labels
   bool printSSANames;
-  void* blockLabelList;
+  LIR* blockLabelList;
   bool quitLoopMode;                  // cold path/complex bytecode
   int preservedRegsUsed;              // How many callee save regs used
   /*