Skip to content

Commit 2ae8a6d

Browse files
committed
[CodeGen][NewPM] MachineCopyPropagation Remove dead ID
1 parent 4313345 commit 2ae8a6d

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)