Dummy up MOV instructions, add/tweak comments.

Also reorder some things to help me see them on screen at the same time.

Change-Id: I398b46410f73d7853b5a1734f5c2a9e256b981bf
diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h
index 320ec52..341e56b 100644
--- a/src/compiler/codegen/mips/MipsLIR.h
+++ b/src/compiler/codegen/mips/MipsLIR.h
@@ -327,8 +327,8 @@
 
 /*
  * The following enum defines the list of supported Thumb instructions by the
- * assembler. Their corresponding snippet positions will be defined in
- * Assemble.c.
+ * assembler. Their corresponding EncodingMap positions will be defined in
+ * Assemble.cc.
  */
 typedef enum MipsOpCode {
     kPseudoSuspendTarget = -15,