C++'ification of Quick compiler's casts

 o Eliminate old useless LIR casts.
 o Replace remaining C-style casts with new C++ versions.
 o Unified instruction encoding enum
 o Expand usage of the auto-generated ostream helpers for enum LOG messages.
 o Replaced all usages of intptr_t with uintptr_t.
 o Fixed bug in removeRedundantBranches, and moved to common code

Change-Id: I53211c0de1be913f958c8fde915296ac08345b7e
diff --git a/build/Android.common.mk b/build/Android.common.mk
index d86a785..4c1f005 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -346,7 +346,8 @@
 	src/mutex.h \
 	src/object.h \
 	src/thread.h \
-	src/verifier/method_verifier.h
+	src/verifier/method_verifier.h \
+	src/compiler/compiler_enums.h
 
 LIBARTTEST_COMMON_SRC_FILES := \
 	test/StackWalk/stack_walk_jni.cc \