Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / Support / ConstantRangeTest.cpp
index 2c9a1f832e3e16a4c762407ed730a1fe60eb19e5..4d6bbf6f8402b745453f81b3f357f12e3e8c9723 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ConstantRange.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Instructions.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;