Skip to content

Commit b92ac85

Browse files
optimisanIcohedron
authored andcommitted
[NewPM] MachineCopyPropagation: Remove dead ID (llvm#125665)
Fix for llvm#125202 (4313345)
1 parent d0b18ea commit b92ac85

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)