diff options
| -rw-r--r-- | polly/include/polly/ScopDetection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/include/polly/ScopDetection.h b/polly/include/polly/ScopDetection.h index c867c71049c..fa425c4c4e1 100644 --- a/polly/include/polly/ScopDetection.h +++ b/polly/include/polly/ScopDetection.h @@ -156,7 +156,10 @@ private: SetVector<const SCEVUnknown *> NonAffineAccesses; BaseToElSize ElementSize; + /// @brief The region has at least one load instruction. bool hasLoads; + + /// @brief The region has at least one store instruction. bool hasStores; DetectionContext(Region &R, AliasAnalysis &AA, bool Verify) |

