summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-12 17:21:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-12 17:21:51 +0000
commite8f4d58700b019032a7726ffbc8f3550f158c4ec (patch)
tree0eb3df5520620f48f9f3d53f59931ad81b417c3a /llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
parentb75ea019ea12c24b3b382f1ac8a5c044421dc380 (diff)
downloadbcm5719-llvm-e8f4d58700b019032a7726ffbc8f3550f158c4ec.tar.gz
bcm5719-llvm-e8f4d58700b019032a7726ffbc8f3550f158c4ec.zip
Use "a" instead of "a0" in DataLayout.
It means exactly the same and is just a bit shorter. llvm-svn: 197169
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 dee92e960c5..87c09b557c8 100644
--- a/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
@@ -31,7 +31,7 @@ SystemZTargetMachine::SystemZTargetMachine(const Target &T, StringRef TT,
// 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-a0:8:16-n32:64"),
+ "-f32:32-f64:64-f128:64-a:8:16-n32:64"),
InstrInfo(*this), TLInfo(*this), TSInfo(*this),
FrameLowering(*this, Subtarget) {
initAsmInfo();
OpenPOWER on IntegriCloud