summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Analysis/Dependences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/Dependences.cpp b/polly/lib/Analysis/Dependences.cpp
index 22f179ee078..736bccaf70e 100644
--- a/polly/lib/Analysis/Dependences.cpp
+++ b/polly/lib/Analysis/Dependences.cpp
@@ -115,7 +115,7 @@ void Dependences::calculateDependences(Scop &S) {
// The pointers below will be set by the subsequent calls to
// isl_union_map_compute_flow.
- WAW = WAW = WAR = NULL;
+ RAW = WAW = WAR = NULL;
if (OptAnalysisType == VALUE_BASED_ANALYSIS) {
isl_union_map_compute_flow(
OpenPOWER on IntegriCloud