[llvm] r206389 - [mips] Indentation

Daniel Sanders daniel.sanders at imgtec.com
Wed Apr 16 07:38:27 PDT 2014


Author: dsanders
Date: Wed Apr 16 09:38:27 2014
New Revision: 206389

URL: http://llvm.org/viewvc/llvm-project?rev=206389&view=rev
Log:
[mips] Indentation

Modified:
    llvm/trunk/lib/Target/Mips/MipsSubtarget.h

Modified: llvm/trunk/lib/Target/Mips/MipsSubtarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsSubtarget.h?rev=206389&r1=206388&r2=206389&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsSubtarget.h (original)
+++ llvm/trunk/lib/Target/Mips/MipsSubtarget.h Wed Apr 16 09:38:27 2014
@@ -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; }
 





More information about the llvm-commits mailing list