Part of r159527. Splitted into series of patches and gone with fixed PR13256:
[oota-llvm.git] / lib / Transforms / Utils / PromoteMemoryToRegister.cpp
index 1c531038babd690fb288238759dc035f98476db9..dd5e20ed50a7bc7e874cbd2e6b60be1bdd763333 100644 (file)
 #include "llvm/Constants.h"
 #include "llvm/DebugInfo.h"
 #include "llvm/DerivedTypes.h"
+#include "llvm/DIBuilder.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
 #include "llvm/IntrinsicInst.h"
 #include "llvm/Metadata.h"
 #include "llvm/Analysis/AliasSetTracker.h"
-#include "llvm/Analysis/DIBuilder.h"
 #include "llvm/Analysis/Dominators.h"
 #include "llvm/Analysis/InstructionSimplify.h"
 #include "llvm/Analysis/ValueTracking.h"