Skip to content

Commit d2ba53b

Browse files
committed
Fix odd formatting that snuck into last patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208130 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b84f890 commit d2ba53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/MC/SubtargetFeature.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry,
196196

197197
/// ToggleFeature - Toggle a feature and returns the newly updated feature
198198
/// bits.
199-
uint64_t SubtargetFeatures::ToggleFeature(
200-
uint64_t Bits, const StringRef Feature,
201-
ArrayRef<SubtargetFeatureKV> FeatureTable) {
199+
uint64_t
200+
SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
201+
ArrayRef<SubtargetFeatureKV> FeatureTable) {
202202

203203
// Find feature in table.
204204
const SubtargetFeatureKV *FeatureEntry =

0 commit comments

Comments
 (0)