diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-16 17:15:29 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-16 17:15:29 +0000 |
commit | 8afbb28cea1ba1759da243a28b44159cb0156510 (patch) | |
tree | 0b21277279b8372df07d3bea39b6108d349714b4 /llvm/lib/Target/SystemZ | |
parent | 76f4f3809d8ee81fcc2dcedfa82bd97e487a3c24 (diff) | |
download | bcm5719-llvm-8afbb28cea1ba1759da243a28b44159cb0156510.tar.gz bcm5719-llvm-8afbb28cea1ba1759da243a28b44159cb0156510.zip |
On DataLayout, omit the default of p:64:64:64.
llvm-svn: 197397
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp index fd947ee9faa..132608961a6 100644 --- a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp +++ b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp @@ -30,7 +30,7 @@ SystemZTargetMachine::SystemZTargetMachine(const Target &T, StringRef TT, // Make sure that global data has at least 16 bits of alignment by default, // so that we can refer to it using LARL. We don't have any special // requirements for stack variables though. - DL("E-p:64:64:64-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64"), + DL("E-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64"), InstrInfo(*this), TLInfo(*this), TSInfo(*this), FrameLowering(*this, Subtarget) { initAsmInfo(); |