summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-09-12 07:22:46 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-09-12 07:22:46 +0000
commit1ea75783fa8d5e30da1c2bd814bec3d03071776d (patch)
tree1228d199d6c979ff73689fac145b1a1f95f4f22f /llvm
parent95066496d08011c70b1dd6208deb17511f3000d0 (diff)
downloadbcm5719-llvm-1ea75783fa8d5e30da1c2bd814bec3d03071776d.tar.gz
bcm5719-llvm-1ea75783fa8d5e30da1c2bd814bec3d03071776d.zip
Remove unused include from IVDescriptors.cpp.
This fixes a layering violation: Analysis/IVDescrtors.cpp can't include Transforms/Utils/BasicBlockUtils.h, since TransformUtils depends on Analysis. llvm-svn: 342024
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Analysis/IVDescriptors.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IVDescriptors.cpp b/llvm/lib/Analysis/IVDescriptors.cpp
index 0154175cfe8..854a95573e9 100644
--- a/llvm/lib/Analysis/IVDescriptors.cpp
+++ b/llvm/lib/Analysis/IVDescriptors.cpp
@@ -35,7 +35,6 @@
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/KnownBits.h"
-#include "llvm/Transforms/Utils/BasicBlockUtils.h"
using namespace llvm;
using namespace llvm::PatternMatch;
OpenPOWER on IntegriCloud