diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:06:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:06:50 +0000 |
commit | d290505f0f991268d63a5c5d41f7e40a30dc72fd (patch) | |
tree | 32a3d4a9cb878758276b6b7349a31fef9aa6e5d3 | |
parent | d2af7853e377bce40cbf3e0632a4608484b6aba4 (diff) |
don't reset the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp index b37aee804a..0be1fa4d94 100644 --- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp @@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { // Exceptions handling if (!is64Bit) ExceptionsType = ExceptionHandling::Dwarf; - AbsoluteEHSectionOffsets = false; ZeroDirective = "\t.space\t"; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; |