[llvm] r197170 - Simplify the SystemZ datalayout string.
Rafael Espindola
rafael.espindola at gmail.com
Thu Dec 12 09:30:07 PST 2013
Author: rafael
Date: Thu Dec 12 11:30:07 2013
New Revision: 197170
URL: http://llvm.org/viewvc/llvm-project?rev=197170&view=rev
Log:
Simplify the SystemZ datalayout string.
Reviewed by Richard Sandiford.
Modified:
llvm/trunk/lib/Target/SystemZ/SystemZTargetMachine.cpp
Modified: llvm/trunk/lib/Target/SystemZ/SystemZTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZTargetMachine.cpp?rev=197170&r1=197169&r2=197170&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZTargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZTargetMachine.cpp Thu Dec 12 11:30:07 2013
@@ -30,8 +30,7 @@ SystemZTargetMachine::SystemZTargetMachi
// 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-i16:16-i32:32-i64:64"
- "-f32:32-f64:64-f128:64-a:8:16-n32:64"),
+ DL("E-p:64:64:64-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();
More information about the llvm-commits
mailing list