[mips] Add assembler support for '.set mipsX'.
[oota-llvm.git] / include / llvm / MC / MCSubtargetInfo.h
index 088c5e7470d6035f5cd31614e6c1a11b520995ea..d7076c0cfe3b26bd30caeb74e499038b9f41ac60 100644 (file)
@@ -65,6 +65,10 @@ public:
     return FeatureBits;
   }
 
+  /// setFeatureBits - Set the feature bits.
+  ///
+  void setFeatureBits(uint64_t _FeatureBits) { FeatureBits = _FeatureBits; }
+
   /// InitMCProcessorInfo - Set or change the CPU (optionally supplemented with
   /// feature string). Recompute feature bits and scheduling model.
   void InitMCProcessorInfo(StringRef CPU, StringRef FS);