Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / XCore / XCoreTargetTransformInfo.cpp
index cc165f70dc2855cf623aca4b8e9cc05d56284b46..96b012d109b6a6d865692f78566bc6f43d144cdb 100644 (file)
@@ -18,8 +18,8 @@
 #include "XCore.h"
 #include "llvm/Analysis/TargetTransformInfo.h"
 #include "llvm/Support/Debug.h"
 #include "XCore.h"
 #include "llvm/Analysis/TargetTransformInfo.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/CostTable.h"
 #include "llvm/Target/CostTable.h"
+#include "llvm/Target/TargetLowering.h"
 using namespace llvm;
 
 // Declare the pass initialization routine locally as target-specific passes
 using namespace llvm;
 
 // Declare the pass initialization routine locally as target-specific passes