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

llvm-svn: 226269
This commit is contained in:
Toma Tabacu 2015-01-16 10:45:15 +00:00
parent 82d3ef1617
commit f476200c63
1 changed files with 2 additions and 2 deletions

View File

@ -238,9 +238,9 @@ public:
bool hasMTHC1() const { return hasMips32r2(); }
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(); }