From: Philip Reames Date: Wed, 9 Mar 2016 23:07:53 +0000 (+0000) Subject: Fix the build X-Git-Tag: llvmorg-3.9.0-rc1~12123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0a5454df44eff9cc2fcf983fdd70ba628525dbd;p=platform%2Fupstream%2Fllvm.git Fix the build I screwed up rebasing 263072. This change fixes the build and passes all make check. llvm-svn: 263073 --- diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp index daf7621..331cd2d 100644 --- a/llvm/lib/Transforms/Scalar/LICM.cpp +++ b/llvm/lib/Transforms/Scalar/LICM.cpp @@ -38,6 +38,7 @@ #include "llvm/Analysis/CaptureTracking.h" #include "llvm/Analysis/ConstantFolding.h" #include "llvm/Analysis/GlobalsModRef.h" +#include "llvm/Analysis/Loads.h" #include "llvm/Analysis/LoopInfo.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/MemoryBuiltins.h"