mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Wdocumentation fix
llvm-svn: 284822
This commit is contained in:
parent
eded0974e0
commit
ef32c05524
@ -548,9 +548,9 @@ private:
|
||||
/// pair of exact and max expressions that are eventually summarized in
|
||||
/// ExitNotTakenInfo and BackedgeTakenInfo.
|
||||
struct ExitLimit {
|
||||
const SCEV *ExactNotTaken; //< The exit is not taken exactly this many times
|
||||
const SCEV *MaxNotTaken; //< The exit is not taken at most this many times
|
||||
bool MaxOrZero; //< Not taken either exactly MaxNotTaken or zero times
|
||||
const SCEV *ExactNotTaken; // The exit is not taken exactly this many times
|
||||
const SCEV *MaxNotTaken; // The exit is not taken at most this many times
|
||||
bool MaxOrZero; // Not taken either exactly MaxNotTaken or zero times
|
||||
|
||||
/// A set of predicate guards for this ExitLimit. The result is only valid
|
||||
/// if all of the predicates in \c Predicates evaluate to 'true' at
|
||||
|
Loading…
Reference in New Issue
Block a user