Give AsmPrinter the most common expected implementation of
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
index d2ff3b7827b3660b5b42528d92ca1a446734465d..b0d04e46e09007ff6598e35e35689a875269d2c3 100644 (file)
@@ -49,9 +49,7 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
   AbsoluteEHSectionOffsets = false;
     
   ZeroDirective = "\t.space\t";
-  SetDirective = "\t.set";
   Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
-  AlignmentIsInBytes = false;
   HasLCOMMDirective = true;
   AssemblerDialect = 0;           // Old-Style mnemonics.
 }