Update comment for r287566

llvm-svn: 287572
This commit is contained in:
Hongbin Zheng 2016-11-21 20:27:55 +00:00
parent 73c8a9bc2f
commit d559da84af
1 changed files with 2 additions and 2 deletions

View File

@ -1858,7 +1858,7 @@ private:
/// @return The representing SCEV for invariant loads or @p S if none.
const SCEV *getRepresentingInvariantLoadSCEV(const SCEV *S);
/// Create a new SCoP statement for either @p BB.
/// Create a new SCoP statement for @p BB.
///
/// A new statement for @p BB will be created and added to the statement
/// vector
@ -1867,7 +1867,7 @@ private:
/// @param BB The basic block we build the statement for.
void addScopStmt(BasicBlock *BB);
/// Create a new SCoP statement for either @p R.
/// Create a new SCoP statement for @p R.
///
/// A new statement for @p R will be created and added to the statement vector
/// and map.