Skip to content

Commit 9ee65a7

Browse files
committed
Revert "[Coverage] Fix -Wswitch after D138847"
This reverts commit ca22d6e. The base patch 618a221 has been reverted.
1 parent 561b98f commit 9ee65a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/lib/CodeGen/CoverageMappingGen.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,12 +1629,6 @@ static void dump(llvm::raw_ostream &OS, StringRef FunctionName,
16291629
case CounterMappingRegion::BranchRegion:
16301630
OS << "Branch,";
16311631
break;
1632-
case CounterMappingRegion::MCDCDecisionRegion:
1633-
OS << "MCDCDecisionRegion,";
1634-
break;
1635-
case CounterMappingRegion::MCDCBranchRegion:
1636-
OS << "MCDCBranchRegion,";
1637-
break;
16381632
}
16391633

16401634
OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart

0 commit comments

Comments
 (0)