diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 12:34:48 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 12:34:48 +0000 |
commit | 58c0d69689dc02f3c2882f95a7005a6f8c3a5046 (patch) | |
tree | 4bcaed1ab7b183a6e0798faa36699d1766fa7bd8 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 9aca918df941788c12f9bef50e5ca0d6f57d2429 (diff) | |
download | bcm5719-llvm-58c0d69689dc02f3c2882f95a7005a6f8c3a5046.tar.gz bcm5719-llvm-58c0d69689dc02f3c2882f95a7005a6f8c3a5046.zip |
Update Clang for the move of headers in r198688.
llvm-svn: 198689
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index db979b3524d..c1b06ac5d22 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -15,12 +15,12 @@ #include "clang/Frontend/FrontendDiagnostic.h" #include "clang/Frontend/Utils.h" #include "llvm/Analysis/Verifier.h" -#include "llvm/Assembly/PrintModulePass.h" #include "llvm/Bitcode/ReaderWriter.h" #include "llvm/CodeGen/RegAllocRegistry.h" #include "llvm/CodeGen/SchedulerRegistry.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/Module.h" +#include "llvm/IR/PrintModulePass.h" #include "llvm/MC/SubtargetFeature.h" #include "llvm/PassManager.h" #include "llvm/Support/CommandLine.h" |