From: Akira Hatanaka Date: Thu, 26 May 2011 18:16:18 +0000 (+0000) Subject: Set HasSetDirective to true. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=78e72d60ecfb131dcdd1478d96e9b51e18bf79ca;p=oota-llvm.git Set HasSetDirective to true. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132127 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsMCAsmInfo.cpp b/lib/Target/Mips/MipsMCAsmInfo.cpp index ca00463a98b..73da9d415e3 100644 --- a/lib/Target/Mips/MipsMCAsmInfo.cpp +++ b/lib/Target/Mips/MipsMCAsmInfo.cpp @@ -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"; }