[mips] Indentation
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 16 Apr 2014 14:38:27 +0000 (14:38 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 16 Apr 2014 14:38:27 +0000 (14:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206389 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsSubtarget.h

index 2166b932cb06552ac8fb5ef296bfb742202c4bb4..a4246e980b2f3c7074c35ab6b7dd83061bd96f3f 100644 (file)
@@ -213,10 +213,9 @@ public:
   bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
   bool isNotTargetNaCl() const { return !TargetTriple.isOSNaCl(); }
 
-// for now constant islands are on for the whole compilation unit but we only
-// really use them if in addition we are in mips16 mode
-//
-static bool useConstantIslands();
+  // for now constant islands are on for the whole compilation unit but we only
+  // really use them if in addition we are in mips16 mode
+  static bool useConstantIslands();
 
   unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }