summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp')
-rw-r--r--llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp b/llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp
index fc6a0439c55..15b465da5ad 100644
--- a/llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp
+++ b/llvm/lib/Target/ARM64/ARM64StorePairSuppress.cpp
@@ -11,7 +11,6 @@
// store pairs. Later we may do the same for floating point loads.
// ===---------------------------------------------------------------------===//
-#define DEBUG_TYPE "arm64-stp-suppress"
#include "ARM64InstrInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
@@ -24,6 +23,8 @@
using namespace llvm;
+#define DEBUG_TYPE "arm64-stp-suppress"
+
namespace {
class ARM64StorePairSuppress : public MachineFunctionPass {
const ARM64InstrInfo *TII;
OpenPOWER on IntegriCloud