Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / PatternMatch.h
index 7420fab1a743d89e62ec87595a9753c87d887ce7..386380c6bc05801f3498552990358fe7c01c4436 100644 (file)
 #ifndef LLVM_SUPPORT_PATTERNMATCH_H
 #define LLVM_SUPPORT_PATTERNMATCH_H
 
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
-#include "llvm/IntrinsicInst.h"
-#include "llvm/Operator.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/Operator.h"
 #include "llvm/Support/CallSite.h"
 
 namespace llvm {