Skip to content

Commit 981f8e1

Browse files
[TableGen] Remove redundant control flow statements (NFC) (#145143)
1 parent 4c2b931 commit 981f8e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/utils/TableGen/Basic/TargetFeaturesEmitter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ void TargetFeaturesEmitter::printFeatureKeyValues(
118118

119119
// End feature table.
120120
OS << "};\n";
121-
122-
return;
123121
}
124122

125123
void TargetFeaturesEmitter::printCPUKeyValues(raw_ostream &OS,
@@ -146,8 +144,6 @@ void TargetFeaturesEmitter::printCPUKeyValues(raw_ostream &OS,
146144

147145
// End processor table.
148146
OS << "};\n";
149-
150-
return;
151147
}
152148

153149
void TargetFeaturesEmitter::run(raw_ostream &OS) {

0 commit comments

Comments
 (0)