diff --git a/lib/MC/SubtargetFeature.cpp b/lib/MC/SubtargetFeature.cpp index f2d12afa980..844df0aed10 100644 --- a/lib/MC/SubtargetFeature.cpp +++ b/lib/MC/SubtargetFeature.cpp @@ -196,9 +196,9 @@ void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, /// ToggleFeature - Toggle a feature and returns the newly updated feature /// bits. -uint64_t SubtargetFeatures::ToggleFeature( - uint64_t Bits, const StringRef Feature, - ArrayRef FeatureTable) { +uint64_t +SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, + ArrayRef FeatureTable) { // Find feature in table. const SubtargetFeatureKV *FeatureEntry =