Index: src/mips/constants-mips.cc |
diff --git a/src/mips/constants-mips.cc b/src/mips/constants-mips.cc |
index 7ecfe742955950e4d008480a5652b45d149d7fce..9facbda94d4810a39c7f7695ab0351d7096db893 100644 |
--- a/src/mips/constants-mips.cc |
+++ b/src/mips/constants-mips.cc |
@@ -272,6 +272,7 @@ Instruction::Type Instruction::InstructionType() const { |
switch (FunctionFieldRaw()) { |
case INS: |
case EXT: |
+ case BITSWAP: |
return kRegisterType; |
default: |
return kUnsupported; |