From 0e6f41c6593d2c798c3bcfd42e3c256f3711cbfa Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 6 May 2014 21:04:27 +0000 Subject: [PATCH] Fix odd formatting that snuck into last patch. llvm-svn: 208130 --- llvm/lib/MC/SubtargetFeature.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/lib/MC/SubtargetFeature.cpp b/llvm/lib/MC/SubtargetFeature.cpp index f2d12afa980f..844df0aed109 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 FeatureTable) { +uint64_t +SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, + ArrayRef FeatureTable) { // Find feature in table. const SubtargetFeatureKV *FeatureEntry =