diff options
Diffstat (limited to 'src/compiler/codegen/mips/MipsLIR.h')
| -rw-r--r-- | src/compiler/codegen/mips/MipsLIR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h index 18f06ae4b2..320ec520f8 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -530,7 +530,7 @@ typedef enum MipsEncodingKind { kFmtBlt5_2, /* Same 5-bit field to 2 locations */ } MipsEncodingKind; -/* Struct used to define the snippet positions for each Thumb opcode */ +/* Struct used to define the snippet positions for each MIPS opcode */ typedef struct MipsEncodingMap { u4 skeleton; struct { |