summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/ScopHelper.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:47:37 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:47:37 +0000
commitc3478b9367c7e3e8372898d3ae6e7495bb4dcd04 (patch)
tree280d73dae4c11b8d78ac133ff4126cfc4e24d268 /polly/lib/Support/ScopHelper.cpp
parent735e6d80467bf749ef30b4400242c58c9b1d1cdd (diff)
downloadbcm5719-llvm-c3478b9367c7e3e8372898d3ae6e7495bb4dcd04.tar.gz
bcm5719-llvm-c3478b9367c7e3e8372898d3ae6e7495bb4dcd04.zip
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
r202827. llvm-svn: 202830
Diffstat (limited to 'polly/lib/Support/ScopHelper.cpp')
-rw-r--r--polly/lib/Support/ScopHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp
index f4476c1229b..e10b973afad 100644
--- a/polly/lib/Support/ScopHelper.cpp
+++ b/polly/lib/Support/ScopHelper.cpp
@@ -17,7 +17,7 @@
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
-#include "llvm/Support/CFG.h"
+#include "llvm/IR/CFG.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#define DEBUG_TYPE "polly-scop-helper"
OpenPOWER on IntegriCloud