Chromium Code Reviews| Index: src/IceInstMIPS32.cpp |
| diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp |
| index 7a4939a7b6006100f4e86133720275cc249f43bb..d3c9c187f1e02643d61d6470a7682a47ba8ac8fa 100644 |
| --- a/src/IceInstMIPS32.cpp |
| +++ b/src/IceInstMIPS32.cpp |
| @@ -48,7 +48,6 @@ const char *InstMIPS32::getWidthString(Type Ty) { |
| return "TBD"; |
| } |
| - |
| template <> const char *InstMIPS32Addiu::Opcode = "addiu"; |
| template <> const char *InstMIPS32Lui::Opcode = "lui"; |
| template <> const char *InstMIPS32La::Opcode = "la"; |