summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/ARM64CollectLOH.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM64/ARM64CollectLOH.cpp')
-rw-r--r--lib/Target/ARM64/ARM64CollectLOH.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM64/ARM64CollectLOH.cpp b/lib/Target/ARM64/ARM64CollectLOH.cpp
index 6e168a8379..abe1b4615d 100644
--- a/lib/Target/ARM64/ARM64CollectLOH.cpp
+++ b/lib/Target/ARM64/ARM64CollectLOH.cpp
@@ -98,7 +98,6 @@
// - Other ObjectWriters ignore them.
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "arm64-collect-loh"
#include "ARM64.h"
#include "ARM64InstrInfo.h"
#include "ARM64MachineFunctionInfo.h"
@@ -123,6 +122,8 @@
#include "llvm/ADT/Statistic.h"
using namespace llvm;
+#define DEBUG_TYPE "arm64-collect-loh"
+
static cl::opt<bool>
PreCollectRegister("arm64-collect-loh-pre-collect-register", cl::Hidden,
cl::desc("Restrict analysis to registers invovled"