Set HasSetDirective to true.
authorAkira Hatanaka <ahatanak@gmail.com>
Thu, 26 May 2011 18:16:18 +0000 (18:16 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Thu, 26 May 2011 18:16:18 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132127 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsMCAsmInfo.cpp

index ca00463a98b056afe77cece5bfb60398cbd20d67..73da9d415e3be6d1ed713760428b76c7b956a2c8 100644 (file)
@@ -23,6 +23,5 @@ MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, StringRef TT) {
   CommentString               = "#";
   ZeroDirective               = "\t.space\t";
   GPRel32Directive            = "\t.gpword\t";
-  HasSetDirective             = false;
   WeakRefDirective            = "\t.weak\t";
 }