summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-29 17:55:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-29 17:55:50 +0000
commit42b2c08e3a66bf7c429d0e597026f8fb39acbc47 (patch)
treec08469ff8c47977d9b80118ddee07007b3cb5886 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
parent1e960cd4fd45116b04d1ae10bae637660f3b19df (diff)
downloadbcm5719-llvm-42b2c08e3a66bf7c429d0e597026f8fb39acbc47.tar.gz
bcm5719-llvm-42b2c08e3a66bf7c429d0e597026f8fb39acbc47.zip
Remove tabs.
llvm-svn: 33620
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
index 2b805ada4c1..1cce7cb8d3c 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -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);
OpenPOWER on IntegriCloud