From 762e9ec06c62131bd5967b5fe855c543c7d1af67 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 5 Jan 2006 01:25:28 +0000 Subject: Added initial support for DEBUG_LABEL allowing debug specific labels to be inserted in the code. llvm-svn: 25104 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 853b48c9c8e..b067c122ac7 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2005,6 +2005,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { // Debug info case ISD::LOCATION: return "location"; case ISD::DEBUG_LOC: return "debug_loc"; + case ISD::DEBUG_LABEL: return "debug_label"; case ISD::CONDCODE: switch (cast(this)->get()) { -- cgit v1.2.3