mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Endianness can be gotten from the DataLayout which we already
have. Also, the subtarget is invalid at this point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
164db1c6b9
commit
3a389c6950
@ -888,7 +888,7 @@ void MipsAsmPrinter::EmitFPCallStub(
|
||||
const char *Symbol, const Mips16HardFloatInfo::FuncSignature *Signature) {
|
||||
MCSymbol *MSymbol = OutContext.GetOrCreateSymbol(StringRef(Symbol));
|
||||
using namespace Mips16HardFloatInfo;
|
||||
bool LE = Subtarget->isLittle();
|
||||
bool LE = getDataLayout().isLittleEndian();
|
||||
//
|
||||
// .global xxxx
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user