Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / SparsePropagation.cpp
index c819666ee44445780b975edd2810b3bba4f253f6..15b78728a73c3a5fd2b463b5a9acb461a05c502a 100644 (file)
@@ -14,9 +14,9 @@
 
 #define DEBUG_TYPE "sparseprop"
 #include "llvm/Analysis/SparsePropagation.h"
-#include "llvm/Constants.h"
-#include "llvm/Function.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;