diff options
| author | Akira Hatanaka <ahatanak@gmail.com> | 2011-05-26 18:16:18 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-05-26 18:16:18 +0000 |
| commit | 78e72d60ecfb131dcdd1478d96e9b51e18bf79ca (patch) | |
| tree | 939e714f1d9ff2ae10289733bbfe7c39f1a19d6d | |
| parent | 9ebfceee05a75d4f491f037f9339d372f7f19daa (diff) | |
Set HasSetDirective to true.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132127 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/Mips/MipsMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsMCAsmInfo.cpp b/lib/Target/Mips/MipsMCAsmInfo.cpp index ca00463a98..73da9d415e 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"; } |
