Skip to content

Commit f194c87

Browse files
committed
style: revert one change
1 parent 50c418d commit f194c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,9 +1933,8 @@ void AsmPrinter::emitFunctionBody() {
19331933

19341934
auto CountInstruction = [&](const MachineInstr &MI) {
19351935
// Skip Meta instructions inside bundles.
1936-
if (MI.isMetaInstruction()) {
1936+
if (MI.isMetaInstruction())
19371937
return;
1938-
}
19391938
++NumInstsInFunction;
19401939
if (CanDoExtraAnalysis) {
19411940
StringRef Name = getMIMnemonic(MI, *OutStreamer);

0 commit comments

Comments
 (0)