Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
[oota-llvm.git] / unittests / Support / IRBuilderTest.cpp
index 9c48c2c00f151b58c0f1123b452a8abaf53c7faf..56b9f15462e69f4e1a538c2a960c2152800ed830 100644 (file)
@@ -7,9 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/IRBuilder.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/Function.h"
+#include "llvm/IRBuilder.h"
 #include "llvm/IntrinsicInst.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Module.h"