summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2016-03-09 23:07:53 +0000
committerPhilip Reames <listmail@philipreames.com>2016-03-09 23:07:53 +0000
commite0a5454df44eff9cc2fcf983fdd70ba628525dbd (patch)
treea0354c86abbba6973c91c2f46a6b15a2937cdbe3 /llvm/lib
parentb54c8e6eea06a6771bf9eb1fb9f2bacad8111911 (diff)
downloadbcm5719-llvm-e0a5454df44eff9cc2fcf983fdd70ba628525dbd.tar.gz
bcm5719-llvm-e0a5454df44eff9cc2fcf983fdd70ba628525dbd.zip
Fix the build
I screwed up rebasing 263072. This change fixes the build and passes all make check. llvm-svn: 263073
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/LICM.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index daf76218e62..331cd2d0a60 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"
OpenPOWER on IntegriCloud