aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-07 19:07:32 +0000
committerChris Lattner <sabre@nondot.org>2009-11-07 19:07:32 +0000
commit8714348afda10ca13f84c62db7b4f9c72a27b240 (patch)
treefaf233f39f61a2784d8010b0cad4ae338b3e12ab /llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
parent3f5124815d19fd8efc39021ef43106831877c476 (diff)
downloadllvm-8714348afda10ca13f84c62db7b4f9c72a27b240.zip
llvm-8714348afda10ca13f84c62db7b4f9c72a27b240.tar.gz
llvm-8714348afda10ca13f84c62db7b4f9c72a27b240.tar.bz2
indicate what the native integer types for the target are.
Please verify. llvm-svn: 86397
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 990e003..dfa26a1 100644
--- a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
@@ -28,7 +28,7 @@ SystemZTargetMachine::SystemZTargetMachine(const Target &T,
: LLVMTargetMachine(T, TT),
Subtarget(TT, FS),
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"),
+ "-f64:64:64-f128:128:128-a0:16:16-n32:64"),
InstrInfo(*this), TLInfo(*this),
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, -160) {