mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove references to expression "handles", which are no longer used.
llvm-svn: 80918
This commit is contained in:
parent
f675bc0497
commit
d32bdb4c58
@ -382,7 +382,7 @@ namespace llvm {
|
||||
/// this is the pointer-sized integer type.
|
||||
const Type *getEffectiveSCEVType(const Type *Ty) const;
|
||||
|
||||
/// getSCEV - Return a SCEV expression handle for the full generality of the
|
||||
/// getSCEV - Return a SCEV expression for the full generality of the
|
||||
/// specified expression.
|
||||
const SCEV *getSCEV(Value *V);
|
||||
|
||||
@ -496,7 +496,7 @@ namespace llvm {
|
||||
const SCEV *getUMinFromMismatchedTypes(const SCEV *LHS,
|
||||
const SCEV *RHS);
|
||||
|
||||
/// getSCEVAtScope - Return a SCEV expression handle for the specified value
|
||||
/// getSCEVAtScope - Return a SCEV expression for the specified value
|
||||
/// at the specified scope in the program. The L value specifies a loop
|
||||
/// nest to evaluate the expression at, where null is the top-level or a
|
||||
/// specified loop is immediately inside of the loop.
|
||||
|
@ -3892,7 +3892,7 @@ ScalarEvolution::ComputeBackedgeTakenCountExhaustively(const Loop *L,
|
||||
return getCouldNotCompute();
|
||||
}
|
||||
|
||||
/// getSCEVAtScope - Return a SCEV expression handle for the specified value
|
||||
/// getSCEVAtScope - Return a SCEV expression for the specified value
|
||||
/// at the specified scope in the program. The L value specifies a loop
|
||||
/// nest to evaluate the expression at, where null is the top-level or a
|
||||
/// specified loop is immediately inside of the loop.
|
||||
|
Loading…
Reference in New Issue
Block a user