AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
[oota-llvm.git] / lib / CodeGen / SlotIndexes.cpp
index c4f3aec3d0e7b1292dc675519a6ecbc979d7696c..d46621d691bea6073ae07c8b49f556d4f4815b4d 100644 (file)
@@ -7,8 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "slotindexes"
-
 #include "llvm/CodeGen/SlotIndexes.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/CodeGen/MachineFunction.h"
@@ -18,6 +16,8 @@
 
 using namespace llvm;
 
+#define DEBUG_TYPE "slotindexes"
+
 char SlotIndexes::ID = 0;
 INITIALIZE_PASS(SlotIndexes, "slotindexes",
                 "Slot index numbering", false, false)