OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7812944
)
reorder #include order, patch by Kenneth Boyd!
author
Chris Lattner
<sabre@nondot.org>
Mon, 6 Oct 2008 03:54:25 +0000
(
03:54
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 6 Oct 2008 03:54:25 +0000
(
03:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57148
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PBQP.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PBQP.cpp
b/lib/CodeGen/PBQP.cpp
index
d4d1098
..
562300f
100644
(file)
--- a/
lib/CodeGen/PBQP.cpp
+++ b/
lib/CodeGen/PBQP.cpp
@@
-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 {
/**************************************************************************