[mips] Fix a typo in the compare patterns for MIPS32r6/MIPS64r6.
[oota-llvm.git] / lib / MC / MCAsmInfoELF.cpp
index 9f70d8da80a255671b1f248efebea835250ab662..2fe626e6e0d4142874a8a074264b718da10513ea 100644 (file)
@@ -30,4 +30,5 @@ MCAsmInfoELF::MCAsmInfoELF() {
   HasIdentDirective = true;
   WeakRefDirective = "\t.weak\t";
   PrivateGlobalPrefix = ".L";
+  PrivateLabelPrefix = ".L";
 }