summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorAhmed Charles <ahmedcharles@gmail.com>2014-03-03 07:11:21 +0000
committerAhmed Charles <ahmedcharles@gmail.com>2014-03-03 07:11:21 +0000
commitbf8e283f159c6cc0f0aee963eebd28d3f183f8b6 (patch)
treedb8cbaf830b733ea64f3072bc129bf10c403bbbd /clang/lib/CodeGen/BackendUtil.cpp
parentde61d0edaddb43e4aca7904ce54ffe41822de801 (diff)
downloadbcm5719-llvm-bf8e283f159c6cc0f0aee963eebd28d3f183f8b6.tar.gz
bcm5719-llvm-bf8e283f159c6cc0f0aee963eebd28d3f183f8b6.zip
[C++11] Add #include's for OwningPtr.
Allows removing #include's in LLVM while switching to std::unique_ptr. llvm-svn: 202677
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r--clang/lib/CodeGen/BackendUtil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index 6b819aa9b42..809333aaa15 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -14,6 +14,7 @@
#include "clang/Frontend/CodeGenOptions.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/Frontend/Utils.h"
+#include "llvm/ADT/OwningPtr.h"
#include "llvm/Bitcode/BitcodeWriterPass.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
OpenPOWER on IntegriCloud