X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FDAGDeltaAlgorithm.cpp;h=0d504ee86b4339141e05758134a5e1b026351dca;hb=fd0a8133e56e6c48d04e395290da69c3926a48d1;hp=29acb7d3387f1512d518a6c722ca9d14842e88d0;hpb=49e139b7f7adecc29109340c8592197453245139;p=oota-llvm.git diff --git a/lib/Support/DAGDeltaAlgorithm.cpp b/lib/Support/DAGDeltaAlgorithm.cpp index 29acb7d3387..0d504ee86b4 100644 --- a/lib/Support/DAGDeltaAlgorithm.cpp +++ b/lib/Support/DAGDeltaAlgorithm.cpp @@ -42,6 +42,8 @@ #include using namespace llvm; +#define DEBUG_TYPE "dag-delta" + namespace { class DAGDeltaAlgorithmImpl {