The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / MDBuilder.h
index 1867a639236e39bed5a24d0f66bb174dad4a52be..c0f0ae67d99f1e9789873b92321c53b865157710 100644 (file)
 #ifndef LLVM_MDBUILDER_H
 #define LLVM_MDBUILDER_H
 
+#include "llvm/ADT/APInt.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Metadata.h"
-#include "llvm/ADT/APInt.h"
 
 namespace llvm {