mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
MAke sure that LLI properly configures align_of(double)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd7253cc9f
commit
6b73fec0ce
@ -27,6 +27,7 @@ Interpreter::Interpreter(Module *M, unsigned Config,
|
||||
CurFrame(-1), TD("lli", (Config & TM::EndianMask) == TM::LittleEndian,
|
||||
1, 4,
|
||||
(Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4,
|
||||
(Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4,
|
||||
(Config & TM::PtrSizeMask) == TM::PtrSize64 ? 8 : 4) {
|
||||
|
||||
setTargetData(TD);
|
||||
|
Loading…
Reference in New Issue
Block a user