summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJakub Kuderski <kubakuderski@gmail.com>2017-07-13 19:30:52 +0000
committerJakub Kuderski <kubakuderski@gmail.com>2017-07-13 19:30:52 +0000
commit1d2dc681b1bb7cc3ac98ae5177f093cc797a73e1 (patch)
tree971f4d42a8b2d710b8241e9a7f1a2b57282dba69 /llvm/lib
parent1558ee3365111f84af2b73d18c76ca17f25539c3 (diff)
downloadbcm5719-llvm-1d2dc681b1bb7cc3ac98ae5177f093cc797a73e1.tar.gz
bcm5719-llvm-1d2dc681b1bb7cc3ac98ae5177f093cc797a73e1.zip
[NFC] Move DEBUG_TYPE macro below includes...
in MachineCombiner.cpp. llvm-svn: 307940
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/MachineCombiner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineCombiner.cpp b/llvm/lib/CodeGen/MachineCombiner.cpp
index c176de16b59..e6f80dbb863 100644
--- a/llvm/lib/CodeGen/MachineCombiner.cpp
+++ b/llvm/lib/CodeGen/MachineCombiner.cpp
@@ -11,8 +11,6 @@
// instructions do not lengthen the critical path or the resource depth.
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "machine-combiner"
-
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineDominators.h"
@@ -32,6 +30,8 @@
using namespace llvm;
+#define DEBUG_TYPE "machine-combiner"
+
STATISTIC(NumInstCombined, "Number of machineinst combined");
namespace {
OpenPOWER on IntegriCloud