aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineCopyPropagation.cpp
diff options
context:
space:
mode:
authorAkshat Oke <Akshat.Oke@amd.com>2025-02-04 16:04:14 +0530
committerGitHub <noreply@github.com>2025-02-04 16:04:14 +0530
commit8fdd982668833a38dcbd693a9450891ff35264a3 (patch)
tree43b7b6e97a7016dab0418fbed87d9cc1f3bc1d12 /llvm/lib/CodeGen/MachineCopyPropagation.cpp
parent4b720f88a3f9edc8edaa20acedcb93689bff6cf4 (diff)
downloadllvm-8fdd982668833a38dcbd693a9450891ff35264a3.zip
llvm-8fdd982668833a38dcbd693a9450891ff35264a3.tar.gz
llvm-8fdd982668833a38dcbd693a9450891ff35264a3.tar.bz2
[NewPM] MachineCopyPropagation: Remove dead ID (#125665)
Fix for #125202 (4313345f2eeeb1e2ea7127a056ec4e1aaaa7fefb)
Diffstat (limited to 'llvm/lib/CodeGen/MachineCopyPropagation.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineCopyPropagation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineCopyPropagation.cpp b/llvm/lib/CodeGen/MachineCopyPropagation.cpp
index e9b3e96..460749a 100644
--- a/llvm/lib/CodeGen/MachineCopyPropagation.cpp
+++ b/llvm/lib/CodeGen/MachineCopyPropagation.cpp
@@ -459,8 +459,6 @@ class MachineCopyPropagation {
bool UseCopyInstr;
public:
- static char ID; // Pass identification, replacement for typeid
-
MachineCopyPropagation(bool CopyInstr = false)
: UseCopyInstr(CopyInstr || MCPUseCopyInstr) {}