Replace dyn_cast which is ensured by isa just one line above with cast.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33231
[SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr ClosedPublic Authored by mkazantsev on May 16 2017, 1:18 AM.
Details Summary Replace dyn_cast which is ensured by isa just one line above with cast.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2017, 8:28 AM Closed by commit rL303234: [SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr (authored by mkazantsev). · Explain WhyMay 16 2017, 9:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 99240 llvm/trunk/lib/Analysis/ScalarEvolution.cpp
|