Skip to content

Commit 8fdd982

Browse files
authored
[NewPM] MachineCopyPropagation: Remove dead ID (#125665)
Fix for #125202 (4313345)
1 parent 4b720f8 commit 8fdd982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ class MachineCopyPropagation {
459459
bool UseCopyInstr;
460460

461461
public:
462-
static char ID; // Pass identification, replacement for typeid
463-
464462
MachineCopyPropagation(bool CopyInstr = false)
465463
: UseCopyInstr(CopyInstr || MCPUseCopyInstr) {}
466464

0 commit comments

Comments
 (0)