Remove commented out code.
[oota-llvm.git] / lib / Target / Mips / MipsMSAInstrFormats.td
index 6bd0366b52e7b0c8a5ff654a667e379a7cdbe230..bff2d0fab1ec9fa0c96d374f4459654d70b836a6 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-def HasMSA : Predicate<"Subtarget.hasMSA()">,
+def HasMSA : Predicate<"Subtarget->hasMSA()">,
              AssemblerPredicate<"FeatureMSA">;
 
 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {