summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/HardwareLoops.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/CodeGen/HardwareLoops.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/CodeGen/HardwareLoops.cpp')
-rw-r--r--llvm/lib/CodeGen/HardwareLoops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/HardwareLoops.cpp b/llvm/lib/CodeGen/HardwareLoops.cpp
index 1718e7618af..65c2a37e5d4 100644
--- a/llvm/lib/CodeGen/HardwareLoops.cpp
+++ b/llvm/lib/CodeGen/HardwareLoops.cpp
@@ -36,6 +36,7 @@
#include "llvm/Pass.h"
#include "llvm/PassRegistry.h"
#include "llvm/PassSupport.h"
+#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils.h"
OpenPOWER on IntegriCloud