[mips] Remove a redundant semicolon and add space before curly brackets. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Toma Tabacu 2015-01-16 10:45:15 +00:00
parent 3717f7c80c
commit ca2812cfc6

View File

@ -238,9 +238,9 @@ public:
bool hasMTHC1() const { return hasMips32r2(); } bool hasMTHC1() const { return hasMips32r2(); }
bool allowMixed16_32() const { return inMips16ModeDefault() | bool allowMixed16_32() const { return inMips16ModeDefault() |
AllowMixed16_32;} AllowMixed16_32; }
bool os16() const { return Os16;}; bool os16() const { return Os16; }
bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); } bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }