[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / include / llvm / Support / PatternMatch.h
index 97739b08694d7ad6cc58b058f22eca8c0df423ce..9daba794d21a303292be48e5459ad907a8ff803a 100644 (file)
 #ifndef LLVM_SUPPORT_PATTERNMATCH_H
 #define LLVM_SUPPORT_PATTERNMATCH_H
 
+#include "llvm/IR/CallSite.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 {
 namespace PatternMatch {