Eliminate SetDirective, and replace it with HasSetDirective.
[oota-llvm.git] / lib / Target / Mips / MipsMCAsmInfo.cpp
index c5356f0e23a84b4c1a1724daece87b6258087495..89e3e11b0a7c2a59ebd5f409c355f0cb807560e6 100644 (file)
@@ -23,4 +23,5 @@ MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, const StringRef &TT) {
   CommentString               = "#";
   ZeroDirective               = "\t.space\t";
   GPRel32Directive            = "\t.gpword\t";
+  HasSetDirective             = false;
 }