summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/MicrosoftCXXABI.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2017-03-02 20:04:19 +0000
committerJohn McCall <rjmccall@apple.com>2017-03-02 20:04:19 +0000
commit5ad740756f7a61e6ee58727df8e40e1ba1af5986 (patch)
tree0a07d0f5833a717f79d5a760f728042bec1fd239 /clang/lib/CodeGen/MicrosoftCXXABI.cpp
parent6ab12b3c14db476e95fbacd5884a3b6d24fcace9 (diff)
downloadbcm5719-llvm-5ad740756f7a61e6ee58727df8e40e1ba1af5986.tar.gz
bcm5719-llvm-5ad740756f7a61e6ee58727df8e40e1ba1af5986.zip
Promote ConstantInitBuilder to be a public CodeGen API; it's
a generally useful utility for other frontends. NFC. llvm-svn: 296806
Diffstat (limited to 'clang/lib/CodeGen/MicrosoftCXXABI.cpp')
-rw-r--r--clang/lib/CodeGen/MicrosoftCXXABI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
index 7fc8f3c23be..ddfdefac43c 100644
--- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp
+++ b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
@@ -19,8 +19,8 @@
#include "CGVTables.h"
#include "CodeGenModule.h"
#include "CodeGenTypes.h"
-#include "ConstantBuilder.h"
#include "TargetInfo.h"
+#include "clang/CodeGen/ConstantInitBuilder.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/StmtCXX.h"
OpenPOWER on IntegriCloud