[llvm-commits] [llvm] r57148 - /llvm/trunk/lib/CodeGen/PBQP.cpp

Chris Lattner sabre at nondot.org
Sun Oct 5 20:54:25 PDT 2008


Author: lattner
Date: Sun Oct  5 22:54:25 2008
New Revision: 57148

URL: http://llvm.org/viewvc/llvm-project?rev=57148&view=rev
Log:
reorder #include order, patch by Kenneth Boyd!

Modified:
    llvm/trunk/lib/CodeGen/PBQP.cpp

Modified: llvm/trunk/lib/CodeGen/PBQP.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PBQP.cpp?rev=57148&r1=57147&r2=57148&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/PBQP.cpp (original)
+++ llvm/trunk/lib/CodeGen/PBQP.cpp Sun Oct  5 22:54:25 2008
@@ -12,14 +12,12 @@
 //                         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 {
 
 /**************************************************************************





More information about the llvm-commits mailing list