Walk back commits for unused function parameters - they're still being
[oota-llvm.git] / include / llvm / MC / SubtargetFeature.h
index d9bea4b917b5d47bed9a536472c34656f7e59945..d0735ccd9fa3179414314398457923a5d159ba85 100644 (file)
@@ -78,7 +78,7 @@ public:
   std::string getString() const;
 
   /// Adding Features.
-  void AddFeature(const StringRef String);
+  void AddFeature(const StringRef String, bool IsEnabled = true);
 
   /// ToggleFeature - Toggle a feature and returns the newly updated feature
   /// bits.