aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LCSSA.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 12:09:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 12:09:19 +0000
commitaa0ab6389ad10ff01462e31ce8baefe3e6cd4bfc (patch)
tree592d652e5e48a8a34acda1b5aa409494cb9debe9 /llvm/lib/Transforms/Utils/LCSSA.cpp
parent64396b069a03a58f796de2f8c6f3543f0cd4ff91 (diff)
downloadllvm-aa0ab6389ad10ff01462e31ce8baefe3e6cd4bfc.zip
llvm-aa0ab6389ad10ff01462e31ce8baefe3e6cd4bfc.tar.gz
llvm-aa0ab6389ad10ff01462e31ce8baefe3e6cd4bfc.tar.bz2
[Modules] Move the PredIteratorCache into the IR library -- it is
hardcoded to use IR BasicBlocks. llvm-svn: 202835
Diffstat (limited to 'llvm/lib/Transforms/Utils/LCSSA.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LCSSA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index ba3b468..606700a 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -38,8 +38,8 @@
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
+#include "llvm/IR/PredIteratorCache.h"
#include "llvm/Pass.h"
-#include "llvm/Support/PredIteratorCache.h"
#include "llvm/Transforms/Utils/LoopUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"
using namespace llvm;