Walk back commits for unused function parameters - they're still being

used via dragonegg for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2014-05-05 23:26:59 +00:00
parent e3b906eb39
commit 59c397de1a
2 changed files with 20 additions and 6 deletions

View 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.