diff --git a/llvm/utils/TableGen/Basic/TargetFeaturesEmitter.cpp b/llvm/utils/TableGen/Basic/TargetFeaturesEmitter.cpp index f016cc43c0e3e..6b723bc0fb02d 100644 --- a/llvm/utils/TableGen/Basic/TargetFeaturesEmitter.cpp +++ b/llvm/utils/TableGen/Basic/TargetFeaturesEmitter.cpp @@ -118,8 +118,6 @@ void TargetFeaturesEmitter::printFeatureKeyValues( // End feature table. OS << "};\n"; - - return; } void TargetFeaturesEmitter::printCPUKeyValues(raw_ostream &OS, @@ -146,8 +144,6 @@ void TargetFeaturesEmitter::printCPUKeyValues(raw_ostream &OS, // End processor table. OS << "};\n"; - - return; } void TargetFeaturesEmitter::run(raw_ostream &OS) {