Big change #1 for personality function references:
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
index 6aad786f1d3ad3e1ce31e2bbe9c2a954b840df30..c87879b2a332a06222e1936d5f866bd2ef2156c4 100644 (file)
@@ -22,9 +22,6 @@ PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
   if (!is64Bit)
     Data64bitsDirective = 0;      // We can't emit a 64-bit unit in PPC32 mode.
   AssemblerDialect = 1;           // New-Style mnemonics.
-  
-  PersonalityPrefix = "L";
-  PersonalitySuffix = "$non_lazy_ptr";
 }
 
 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {