mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Debugging kruft
llvm-svn: 30688
This commit is contained in:
parent
5b49764b60
commit
97b1846c3e
@ -27,9 +27,6 @@
|
||||
using namespace llvm;
|
||||
|
||||
namespace llvm {
|
||||
#ifndef NDEBUG
|
||||
std::map<const SDNode *, std::string> DagNodeColor;
|
||||
#endif
|
||||
template<>
|
||||
struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
|
||||
static std::string getGraphName(const SelectionDAG *G) {
|
||||
|
Loading…
Reference in New Issue
Block a user