1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

don't reset the default.

llvm-svn: 100352
This commit is contained in:
Chris Lattner 2010-04-04 21:06:50 +00:00
parent c83be77854
commit 59f012caee

View File

@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
// Exceptions handling // Exceptions handling
if (!is64Bit) if (!is64Bit)
ExceptionsType = ExceptionHandling::Dwarf; ExceptionsType = ExceptionHandling::Dwarf;
AbsoluteEHSectionOffsets = false;
ZeroDirective = "\t.space\t"; ZeroDirective = "\t.space\t";
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;