Fix odd formatting that snuck into last patch.

llvm-svn: 208130
This commit is contained in:
Eric Christopher 2014-05-06 21:04:27 +00:00
parent 818e725158
commit 0e6f41c659
1 changed files with 3 additions and 3 deletions

View File

@ -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 =