[x86] Generalize BuildVectorSDNode::getConstantSplatValue to work for
[oota-llvm.git] / lib / CodeGen / Spiller.cpp
index 094641ce93f119cf483205fc5d727e0158bab7b3..0649448941626f974ce7029483c015e9fce6f012 100644 (file)
@@ -7,8 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "spiller"
-
 #include "Spiller.h"
 #include "llvm/CodeGen/LiveIntervalAnalysis.h"
 #include "llvm/CodeGen/LiveRangeEdit.h"
@@ -28,6 +26,8 @@
 
 using namespace llvm;
 
+#define DEBUG_TYPE "spiller"
+
 namespace {
   enum SpillerName { trivial, inline_ };
 }