Sparc is not little endian

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5129 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-12-24 00:02:38 +00:00
parent 434c86dd3f
commit ce8bce6e5c

View File

@ -127,7 +127,7 @@ UltraSparcFrameInfo::getDynamicAreaOffset(MachineFunction& mcInfo,
//---------------------------------------------------------------------------
UltraSparc::UltraSparc()
: TargetMachine("UltraSparc-Native", 4),
: TargetMachine("UltraSparc-Native", false, 4),
schedInfo(*this),
regInfo(*this),
frameInfo(*this),