mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
[SCEV][NFC] Use triple-slash (///) for comment.
Makes the comments for proveNoWrapByVaryingStart consistent with the rest of ScalarEvolution.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6757a44d2d
commit
cb19d4c525
@ -569,11 +569,12 @@ namespace llvm {
|
||||
/// pointer.
|
||||
bool checkValidity(const SCEV *S) const;
|
||||
|
||||
// Return true if `ExtendOpTy`({`Start`,+,`Step`}) can be proved to be equal
|
||||
// to {`ExtendOpTy`(`Start`),+,`ExtendOpTy`(`Step`)}. This is equivalent to
|
||||
// proving no signed (resp. unsigned) wrap in {`Start`,+,`Step`} if
|
||||
// `ExtendOpTy` is `SCEVSignExtendExpr` (resp. `SCEVZeroExtendExpr`).
|
||||
//
|
||||
/// Return true if `ExtendOpTy`({`Start`,+,`Step`}) can be proved to be
|
||||
/// equal to {`ExtendOpTy`(`Start`),+,`ExtendOpTy`(`Step`)}. This is
|
||||
/// equivalent to proving no signed (resp. unsigned) wrap in
|
||||
/// {`Start`,+,`Step`} if `ExtendOpTy` is `SCEVSignExtendExpr`
|
||||
/// (resp. `SCEVZeroExtendExpr`).
|
||||
///
|
||||
template<typename ExtendOpTy>
|
||||
bool proveNoWrapByVaryingStart(const SCEV *Start, const SCEV *Step,
|
||||
const Loop *L);
|
||||
|
Loading…
x
Reference in New Issue
Block a user