diff options
Diffstat (limited to 'llvm/lib/MC/SubtargetFeature.cpp')
-rw-r--r-- | llvm/lib/MC/SubtargetFeature.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/MC/SubtargetFeature.cpp b/llvm/lib/MC/SubtargetFeature.cpp index f2d12af..844df0a 100644 --- a/llvm/lib/MC/SubtargetFeature.cpp +++ b/llvm/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<SubtargetFeatureKV> FeatureTable) { +uint64_t +SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, + ArrayRef<SubtargetFeatureKV> FeatureTable) { // Find feature in table. const SubtargetFeatureKV *FeatureEntry = |