mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 16:54:12 +00:00
Sparc is not little endian
llvm-svn: 5129
This commit is contained in:
parent
bc5e71ef2f
commit
4fecd98cb0
@ -127,7 +127,7 @@ UltraSparcFrameInfo::getDynamicAreaOffset(MachineFunction& mcInfo,
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
UltraSparc::UltraSparc()
|
UltraSparc::UltraSparc()
|
||||||
: TargetMachine("UltraSparc-Native", 4),
|
: TargetMachine("UltraSparc-Native", false, 4),
|
||||||
schedInfo(*this),
|
schedInfo(*this),
|
||||||
regInfo(*this),
|
regInfo(*this),
|
||||||
frameInfo(*this),
|
frameInfo(*this),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user