mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 15:38:57 +00:00
Remove tabs.
llvm-svn: 33620
This commit is contained in:
parent
c0ebe17b6a
commit
f7024eb670
@ -46,8 +46,8 @@ ExecutionEngine *Interpreter::create(ModuleProvider *MP) {
|
||||
bool isLittleEndian = (Test == 1);
|
||||
DataLayout.append(isLittleEndian ? "e" : "E");
|
||||
|
||||
bool Ptr64 = sizeof(void*) == 8;
|
||||
DataLayout.append(Ptr64 ? "-p:64:64" : "-p:32:32");
|
||||
bool Ptr64 = sizeof(void*) == 8;
|
||||
DataLayout.append(Ptr64 ? "-p:64:64" : "-p:32:32");
|
||||
|
||||
M->setDataLayout(DataLayout);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user