Eliminate SetDirective, and replace it with HasSetDirective.
[oota-llvm.git] / lib / Target / PowerPC / PPCMCAsmInfo.cpp
index c61627ec533c1c3b72bea5aade9a7a214c9a71c4..b0d04e46e09007ff6598e35e35689a875269d2c3 100644 (file)
@@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
   AbsoluteEHSectionOffsets = false;
     
   ZeroDirective = "\t.space\t";
-  SetDirective = "\t.set";
   Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
   HasLCOMMDirective = true;
   AssemblerDialect = 0;           // Old-Style mnemonics.