r330671 - Fix build break due to content moving from Scalar.h to InstCombine.h in LLVM
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 23 17:59:22 PDT 2018
Author: dblaikie
Date: Mon Apr 23 17:59:22 2018
New Revision: 330671
URL: http://llvm.org/viewvc/llvm-project?rev=330671&view=rev
Log:
Fix build break due to content moving from Scalar.h to InstCombine.h in LLVM
Modified:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=330671&r1=330670&r2=330671&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Mon Apr 23 17:59:22 2018
@@ -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"
More information about the cfe-commits
mailing list