[mips] Remove a redundant semicolon and add space before curly brackets. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Fri, 16 Jan 2015 10:45:15 +0000 (10:45 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Fri, 16 Jan 2015 10:45:15 +0000 (10:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226269 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsSubtarget.h

index aca69a6839b30d56698abb9e682e18b1dbd6c7a9..d78d7b9e4831f9616c4077e17151515d75ce0918 100644 (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(); }