summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/SubtargetFeature.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-06 21:04:27 +0000
committerEric Christopher <echristo@gmail.com>2014-05-06 21:04:27 +0000
commit0e6f41c6593d2c798c3bcfd42e3c256f3711cbfa (patch)
tree39b2e50bdce8d18964ce9d2b842e2c12781badfe /llvm/lib/MC/SubtargetFeature.cpp
parent818e72515891d6621567988cd6c1069189e87598 (diff)
downloadbcm5719-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.cpp6
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 =
OpenPOWER on IntegriCloud