diff options
-rw-r--r-- | polly/include/polly/CodeGen/IslNodeBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/CodeGen/IslNodeBuilder.h b/polly/include/polly/CodeGen/IslNodeBuilder.h index 47bec726e73..ac28af20a3d 100644 --- a/polly/include/polly/CodeGen/IslNodeBuilder.h +++ b/polly/include/polly/CodeGen/IslNodeBuilder.h @@ -160,7 +160,7 @@ protected: /// /// This map provides for a given loop a llvm::Value that contains the current /// loop iteration. - LoopToScevMapT OutsideLoopIterations; + MapVector<const Loop *, const SCEV *> OutsideLoopIterations; // This maps an isl_id* to the Value* it has in the generated program. For now // on, the only isl_ids that are stored here are the newly calculated loop |