From e0a5454df44eff9cc2fcf983fdd70ba628525dbd Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Wed, 9 Mar 2016 23:07:53 +0000 Subject: [PATCH] Fix the build I screwed up rebasing 263072. This change fixes the build and passes all make check. llvm-svn: 263073 --- llvm/lib/Transforms/Scalar/LICM.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.7.4