Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's safe...
[oota-llvm.git] / lib / CodeGen / PBQP.cpp
index 6b2110583fe33aac0c355cb2eaff86392f4484ba..562300f94e1f9a2bea512f1c82908122de238746 100644 (file)
 //                         http://www.it.usyd.edu.au/~scholz
 //===----------------------------------------------------------------------===//
 
-
+#include "PBQP.h"
+#include "llvm/Config/alloca.h"
 #include <limits>
 #include <cassert>
 #include <cstring>
 
-#include "PBQP.h"
-
 namespace llvm {
 
 /**************************************************************************