[polly] r230902 - [Refactor] Include explicitly what is used
Johannes Doerfert
doerfert at cs.uni-saarland.de
Sun Mar 1 10:51:51 PST 2015
Author: jdoerfert
Date: Sun Mar 1 12:51:51 2015
New Revision: 230902
URL: http://llvm.org/viewvc/llvm-project?rev=230902&view=rev
Log:
[Refactor] Include explicitly what is used
Modified:
polly/trunk/lib/CodeGen/IslAst.cpp
polly/trunk/lib/Exchange/JSONExporter.cpp
Modified: polly/trunk/lib/CodeGen/IslAst.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/IslAst.cpp?rev=230902&r1=230901&r2=230902&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/IslAst.cpp (original)
+++ polly/trunk/lib/CodeGen/IslAst.cpp Sun Mar 1 12:51:51 2015
@@ -26,6 +26,8 @@
#include "polly/Options.h"
#include "polly/ScopInfo.h"
#include "polly/Support/GICHelper.h"
+
+#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Support/Debug.h"
#include "isl/union_map.h"
Modified: polly/trunk/lib/Exchange/JSONExporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/JSONExporter.cpp?rev=230902&r1=230901&r2=230902&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/JSONExporter.cpp (original)
+++ polly/trunk/lib/Exchange/JSONExporter.cpp Sun Mar 1 12:51:51 2015
@@ -16,7 +16,9 @@
#include "polly/Options.h"
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
+
#include "llvm/ADT/Statistic.h"
+#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
More information about the llvm-commits
mailing list