mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 19:31:13 +00:00
Double and long preferred alignment is 8 byte.
llvm-svn: 33446
This commit is contained in:
parent
ab307e2180
commit
8de7964067
@ -109,8 +109,8 @@ X86_64TargetMachine::X86_64TargetMachine(const Module &M, const std::string &FS)
|
||||
X86TargetMachine::X86TargetMachine(const Module &M, const std::string &FS, bool is64Bit)
|
||||
: Subtarget(M, FS, is64Bit),
|
||||
DataLayout(Subtarget.is64Bit() ?
|
||||
std::string("e-p:64:64-d:32:64-l:32") :
|
||||
std::string("e-p:32:32-d:32:64-l:32")),
|
||||
std::string("e-p:64:64-d:32:64-l:32:64") :
|
||||
std::string("e-p:32:32-d:32:64-l:32:64")),
|
||||
FrameInfo(TargetFrameInfo::StackGrowsDown,
|
||||
Subtarget.getStackAlignment(), Subtarget.is64Bit() ? -8 : -4),
|
||||
InstrInfo(*this), JITInfo(*this), TLInfo(*this) {
|
||||
|
Loading…
Reference in New Issue
Block a user