diff options
author | Akshat Oke <Akshat.Oke@amd.com> | 2025-02-04 16:04:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 16:04:14 +0530 |
commit | 8fdd982668833a38dcbd693a9450891ff35264a3 (patch) | |
tree | 43b7b6e97a7016dab0418fbed87d9cc1f3bc1d12 /llvm/lib/CodeGen/MachineCopyPropagation.cpp | |
parent | 4b720f88a3f9edc8edaa20acedcb93689bff6cf4 (diff) | |
download | llvm-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.cpp | 2 |
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) {} |