projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f7479
)
Mac OS X X86-64 ABI is same as the standard.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Sep 2007 16:44:41 +0000
(16:44 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Sep 2007 16:44:41 +0000
(16:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41700
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86Subtarget.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86Subtarget.h
b/lib/Target/X86/X86Subtarget.h
index 1b76d76c7a260438b68a3c204670908f62df97b2..493c801f8ce427e7b4fe54b9d554fb302754017d 100644
(file)
--- a/
lib/Target/X86/X86Subtarget.h
+++ b/
lib/Target/X86/X86Subtarget.h
@@
-145,12
+145,8
@@
public:
std::string getDataLayout() const {
const char *p;
- if (is64Bit()) {
- if (isTargetDarwin())
- p = "e-p:64:64-f64:32:64-i64:32:64-f80:128:128";
- else
- p = "e-p:64:64-f64:64:64-i64:64:64-f80:128:128";
- }
+ if (is64Bit())
+ p = "e-p:64:64-f64:64:64-i64:64:64-f80:128:128";
else {
if (isTargetDarwin())
p = "e-p:32:32-f64:32:64-i64:32:64-f80:128:128";