commit | 6b73fec0ceb6224169e9438e2602e4d62562dd03 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 25 06:15:05 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 25 06:15:05 2003 +0000 |
tree | d70c8f7eb003c64b3d361d427894a0e75e347722 | |
parent | dd7253cc9ff640ad193dcbc97683494e559a5b15 [diff] [blame] |
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
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 678c77a..a22466a 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -27,6 +27,7 @@ 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);