diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-07-15 02:09:41 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-15 02:09:41 +0000 |
| commit | a83b37a9db2880091f4f8e7683c30ca142678fff (patch) | |
| tree | 6b1a24b3947cec4bb8af1f6c0f37983211cfa712 /llvm/lib/Target/SystemZ | |
| parent | 9b8605f78795f83b4e65a5a763772984d122702a (diff) | |
| download | bcm5719-llvm-a83b37a9db2880091f4f8e7683c30ca142678fff.tar.gz bcm5719-llvm-a83b37a9db2880091f4f8e7683c30ca142678fff.zip | |
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
solution but it is a small step towards removing the horror that is
TargetAsmInfo.
llvm-svn: 135237
Diffstat (limited to 'llvm/lib/Target/SystemZ')
| -rw-r--r-- | llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp index 2dc7e7bd29b..8540546b62d 100644 --- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp +++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp @@ -18,6 +18,8 @@ using namespace llvm; SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, StringRef TT) { + IsLittleEndian = false; + PointerSize = 8; PrivateGlobalPrefix = ".L"; WeakRefDirective = "\t.weak\t"; PCSymbol = "."; |

