mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Bill pointed out that system headers should be
included after local headers. llvm-svn: 51187
This commit is contained in:
parent
a018f1f47e
commit
e77eede842
@ -12,7 +12,6 @@
|
||||
// counts of loops easily.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <climits>
|
||||
#define DEBUG_TYPE "loop-unroll"
|
||||
#include "llvm/IntrinsicInst.h"
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
@ -22,6 +21,7 @@
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Transforms/Utils/UnrollLoop.h"
|
||||
#include <climits>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user