mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-26 18:20:39 +00:00
Debugging kruft
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -27,9 +27,6 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
#ifndef NDEBUG
|
|
||||||
std::map<const SDNode *, std::string> DagNodeColor;
|
|
||||||
#endif
|
|
||||||
template<>
|
template<>
|
||||||
struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
|
struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
|
||||||
static std::string getGraphName(const SelectionDAG *G) {
|
static std::string getGraphName(const SelectionDAG *G) {
|
||||||
|
|||||||
Reference in New Issue
Block a user