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:
Eric Christopher 2015-02-21 08:32:22 +00:00
parent 164db1c6b9
commit 3a389c6950

View File

@ -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
//