[PATCH] D144794: [DebugInfo][NFC] Remove `FuncArgumentDbgValueKind::Addr` from SelectionDAG
J. Ryan Stinnett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 01:31:28 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5b85c02e94d: [DebugInfo][NFC] Remove `FuncArgumentDbgValueKind::Addr` from SelectionDAG (authored by jryans).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144794/new/
https://reviews.llvm.org/D144794
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
===================================================================
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -672,7 +672,6 @@
/// EmitFuncArgumentDbgValue.
enum class FuncArgumentDbgValueKind {
Value, // This was originally a llvm.dbg.value.
- Addr, // This was originally a llvm.dbg.addr.
Declare, // This was originally a llvm.dbg.declare.
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144794.501796.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230302/f9d5669c/attachment.bin>
More information about the llvm-commits
mailing list