Skip to content

Commit e0357e9

Browse files
authored
[CodeGen] Remove redundant ID in WinEHPrepareImpl (#74322)
Fix ppc build bot
1 parent 6da578c commit e0357e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/WinEHPrepare.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ namespace {
6161

6262
class WinEHPrepareImpl {
6363
public:
64-
static char ID; // Pass identification, replacement for typeid.
6564
WinEHPrepareImpl(bool DemoteCatchSwitchPHIOnly)
6665
: DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {}
6766

0 commit comments

Comments
 (0)