Fix the build
authorPhilip Reames <listmail@philipreames.com>
Wed, 9 Mar 2016 23:07:53 +0000 (23:07 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 9 Mar 2016 23:07:53 +0000 (23:07 +0000)
I screwed up rebasing 263072.  This change fixes the build and passes all make check.

llvm-svn: 263073

llvm/lib/Transforms/Scalar/LICM.cpp

index daf7621..331cd2d 100644 (file)
@@ -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"