From: Toma Tabacu Date: Fri, 16 Jan 2015 10:45:15 +0000 (+0000) Subject: [mips] Remove a redundant semicolon and add space before curly brackets. NFC. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ca2812cfc6130fb5c8672fd8ff6256433f497aa3;p=oota-llvm.git [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 --- diff --git a/lib/Target/Mips/MipsSubtarget.h b/lib/Target/Mips/MipsSubtarget.h index aca69a6839b..d78d7b9e483 100644 --- a/lib/Target/Mips/MipsSubtarget.h +++ b/lib/Target/Mips/MipsSubtarget.h @@ -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(); }