mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
[mips] Indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4134d06487
commit
ced4836f4d
@ -213,10 +213,9 @@ public:
|
|||||||
bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
|
bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
|
||||||
bool isNotTargetNaCl() const { return !TargetTriple.isOSNaCl(); }
|
bool isNotTargetNaCl() const { return !TargetTriple.isOSNaCl(); }
|
||||||
|
|
||||||
// for now constant islands are on for the whole compilation unit but we only
|
// 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
|
// really use them if in addition we are in mips16 mode
|
||||||
//
|
static bool useConstantIslands();
|
||||||
static bool useConstantIslands();
|
|
||||||
|
|
||||||
unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
|
unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user