diff options
| author | 2012-03-06 10:18:10 -0800 | |
|---|---|---|
| committer | 2012-03-06 10:41:21 -0800 | |
| commit | de797834a282bf913e144f83ff044efd6d77b278 (patch) | |
| tree | 2d4e91dfc5065b1b046c22972739129c48ad5a2d /src/compiler/codegen/mips/MipsLIR.h | |
| parent | 96ab420e2a78f9832a094254354062b8bc54bf72 (diff) | |
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
Diffstat (limited to 'src/compiler/codegen/mips/MipsLIR.h')
| -rw-r--r-- | src/compiler/codegen/mips/MipsLIR.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h index 320ec520f8..341e56bde4 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -327,8 +327,8 @@ typedef enum MipsShiftEncodings { /* * 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, |