summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-04-24 00:59:22 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-04-24 00:59:22 +0000
commitd2a57220acfed8d910968435ca2d69ffe48117cc (patch)
tree2717867c22e964904f875ed863fdaf351c4cc170 /clang/lib/CodeGen/BackendUtil.cpp
parentce84e44a4b9a2520d8a3e4be3caa65ef6c473910 (diff)
downloadbcm5719-llvm-d2a57220acfed8d910968435ca2d69ffe48117cc.tar.gz
bcm5719-llvm-d2a57220acfed8d910968435ca2d69ffe48117cc.zip
Fix build break due to content moving from Scalar.h to InstCombine.h in LLVM
llvm-svn: 330671
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 0b1c30d4bb1..3d575c57357 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -50,6 +50,7 @@
#include "llvm/Transforms/IPO/AlwaysInliner.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/Transforms/IPO/ThinLTOBitcodeWriter.h"
+#include "llvm/Transforms/InstCombine/InstCombine.h"
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Transforms/Instrumentation/BoundsChecking.h"
#include "llvm/Transforms/Instrumentation/GCOVProfiler.h"
OpenPOWER on IntegriCloud