CostModel: We have API for checking the costs of known shuffles. This patch adds
[oota-llvm.git] / lib / Target / Target.cpp
index 393178a4692e2431026acc6b662f53dbf0e04804..8571bc0fa112e70dafaf6499cd2aabf6505cda42 100644 (file)
 
 #include "llvm-c/Target.h"
 #include "llvm-c/Initialization.h"
+#include "llvm/DataLayout.h"
 #include "llvm/InitializePasses.h"
+#include "llvm/LLVMContext.h"
 #include "llvm/PassManager.h"
-#include "llvm/DataLayout.h"
 #include "llvm/Target/TargetLibraryInfo.h"
-#include "llvm/LLVMContext.h"
 #include <cstring>
 
 using namespace llvm;