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 | 72b94a817baaf64b8c4509822b1aad258c7f53a0 (patch) | |
| tree | 32a3d4a9cb878758276b6b7349a31fef9aa6e5d3 /lib/Target/PowerPC/PPCMCAsmInfo.cpp | |
| parent | 297f3a7bfc757fb55fd8f7b0f8be1f56362ac950 (diff) | |
| download | external_llvm-72b94a817baaf64b8c4509822b1aad258c7f53a0.zip external_llvm-72b94a817baaf64b8c4509822b1aad258c7f53a0.tar.gz external_llvm-72b94a817baaf64b8c4509822b1aad258c7f53a0.tar.bz2 | |
don't reset the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCMCAsmInfo.cpp')
| -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 b37aee8..0be1fa4 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; |
