diff options
| author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-04-22 11:36:13 +0000 |
|---|---|---|
| committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-04-22 11:36:13 +0000 |
| commit | 06ae425e2809fc30bcb202f09beba57674eef148 (patch) | |
| tree | c40b8ed47ad999d1a3f5b6dbfb42989fe791fcde | |
| parent | fba45c41df53621b907af69a7d6ec24df26e0edd (diff) | |
| download | bcm5719-llvm-06ae425e2809fc30bcb202f09beba57674eef148.tar.gz bcm5719-llvm-06ae425e2809fc30bcb202f09beba57674eef148.zip | |
Repair doxygen comment [NFC]
llvm-svn: 267141
| -rw-r--r-- | polly/include/polly/ScopInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 1b78efca60a..5744979c09e 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -2113,7 +2113,7 @@ public: /// @brief Directly return the shared_ptr of the context. const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } - /// @brief Compute the isl representation for the SCEV @p + /// @brief Compute the isl representation for the SCEV @p E /// /// @param BB An (optional) basic block in which the isl_pw_aff is computed. /// SCEVs known to not reference any loops in the SCoP can be |

