diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-06 21:04:27 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-06 21:04:27 +0000 |
commit | 0e6f41c6593d2c798c3bcfd42e3c256f3711cbfa (patch) | |
tree | 39b2e50bdce8d18964ce9d2b842e2c12781badfe /llvm/lib/MC/SubtargetFeature.cpp | |
parent | 818e72515891d6621567988cd6c1069189e87598 (diff) | |
download | bcm5719-llvm-0e6f41c6593d2c798c3bcfd42e3c256f3711cbfa.tar.gz bcm5719-llvm-0e6f41c6593d2c798c3bcfd42e3c256f3711cbfa.zip |
Fix odd formatting that snuck into last patch.
llvm-svn: 208130
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 f2d12afa980..844df0aed10 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 = |