summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/VectorUtils.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-11-14 15:15:48 -0800
committerReid Kleckner <rnk@google.com>2019-11-14 15:23:15 -0800
commit4c1a1d3cf97e1ede466e2ad318f2811283ca0fb1 (patch)
tree40d8eb37858a027673eaf70cc3f88ab2b434fe45 /llvm/lib/Analysis/VectorUtils.cpp
parent76ac1660f7671d0707864e551e2e39c98ac02907 (diff)
downloadbcm5719-llvm-4c1a1d3cf97e1ede466e2ad318f2811283ca0fb1.tar.gz
bcm5719-llvm-4c1a1d3cf97e1ede466e2ad318f2811283ca0fb1.zip
Add missing includes needed to prune LLVMContext.h include, NFC
These are a pre-requisite to removing #include "llvm/Support/Options.h" from LLVMContext.h: https://reviews.llvm.org/D70280
Diffstat (limited to 'llvm/lib/Analysis/VectorUtils.cpp')
-rw-r--r--llvm/lib/Analysis/VectorUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/VectorUtils.cpp b/llvm/lib/Analysis/VectorUtils.cpp
index 90e326687f7..d11cb6a4d3c 100644
--- a/llvm/lib/Analysis/VectorUtils.cpp
+++ b/llvm/lib/Analysis/VectorUtils.cpp
@@ -24,6 +24,7 @@
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Value.h"
+#include "llvm/Support/CommandLine.h"
#define DEBUG_TYPE "vectorutils"
OpenPOWER on IntegriCloud