Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to

reflect the migration in r171366.

Re-sort the #include lines to reflect the new paths.

llvm-svn: 171369
This commit is contained in:
Chandler Carruth
2013-01-02 11:45:17 +00:00
parent 2bf7fdb723
commit ffd5551bc7
45 changed files with 107 additions and 107 deletions

View File

@@ -22,10 +22,10 @@
#include "clang/AST/StmtCXX.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Frontend/CodeGenOptions.h"
#include "llvm/DataLayout.h"
#include "llvm/Intrinsics.h"
#include "llvm/MDBuilder.h"
#include "llvm/Operator.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Operator.h"
using namespace clang;
using namespace CodeGen;