aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:04:22 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:04:22 +0000
commitedba6f3af72149353f5a7c8d39ef9bf52e8937a2 (patch)
treeb4c957853a7f88a1ed16ed1e86f158edc3745dfc /llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
parenta2afc692f6966a9ef8334b81de19ad26ab70e60f (diff)
downloadllvm-edba6f3af72149353f5a7c8d39ef9bf52e8937a2.zip
llvm-edba6f3af72149353f5a7c8d39ef9bf52e8937a2.tar.gz
llvm-edba6f3af72149353f5a7c8d39ef9bf52e8937a2.tar.bz2
Preliminary asmprinting of globals
llvm-svn: 75975
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
index 8160953..e8aa6b5 100644
--- a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
@@ -39,7 +39,7 @@ const TargetAsmInfo *SystemZTargetMachine::createTargetAsmInfo() const {
///
SystemZTargetMachine::SystemZTargetMachine(const Module &M, const std::string &FS)
: Subtarget(*this, M, FS),
- DataLayout("E-p:64:64:64-i1:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128"),
+ DataLayout("E-p:64:64:64-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-a0:16:16"),
InstrInfo(*this), TLInfo(*this),
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, -160) {
}