We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8eede commit 60bcec4Copy full SHA for 60bcec4
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
@@ -363,9 +363,6 @@ class DbgValueProperties {
363
DbgValueProperties(const DIExpression *DIExpr, bool Indirect)
364
: DIExpr(DIExpr), Indirect(Indirect) {}
365
366
- DbgValueProperties(const DbgValueProperties &Cpy)
367
- : DIExpr(Cpy.DIExpr), Indirect(Cpy.Indirect) {}
368
-
369
/// Extract properties from an existing DBG_VALUE instruction.
370
DbgValueProperties(const MachineInstr &MI) {
371
assert(MI.isDebugValue());
0 commit comments