> -/// getCastedVersionOf - Return the specified value casted to
> uintptr_t.
> +/// getCastedVersionOf - Return the specified value casted to
> uintptr_t. This
> +/// assumes that the Value* V is of integer or pointer type only.
> ///
> Value *LoopStrengthReduce::getCastedVersionOf(Value *V)
Changes in directory llvm/lib/Transforms/Scalar:
LoopStrengthReduce.cpp updated: 1.98 -> 1.99
SCCP.cpp updated: 1.140 -> 1.141
---
Log message:
Change inferred getCast into specific getCast. Passes all tests.
---
Diffs of the changes: (+9 -3)
LoopStrengthReduce.cpp |9 +++--
SCCP.c