Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
[oota-llvm.git] / lib / CodeGen / PBQP.cpp
index d4d1098bb8704524563d22f4d9a06ac50798be38..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"
-#include "llvm/Config/alloca.h"
-
 namespace llvm {
 
 /**************************************************************************