forked from OSchip/llvm-project
parent
73c8a9bc2f
commit
d559da84af
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue