Give MachineTraceMetrics its own debug tag.

llvm-svn: 161712
This commit is contained in:
Jakob Stoklund Olesen 2012-08-10 22:27:29 +00:00
parent 3484420927
commit a0042acd3b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "early-ifcvt"
#define DEBUG_TYPE "machine-trace-metrics"
#include "MachineTraceMetrics.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineBranchProbabilityInfo.h"