1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Set HasSetDirective to true.

llvm-svn: 132127
This commit is contained in:
Akira Hatanaka 2011-05-26 18:16:18 +00:00
parent 15dc009422
commit 5a8bd76f99

View 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";
}