This is an archive of the discontinued LLVM Phabricator instance.

[SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr
ClosedPublic

Authored by mkazantsev on May 16 2017, 1:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mkazantsev created this revision.May 16 2017, 1:18 AM
reames accepted this revision.May 16 2017, 8:28 AM

LGTM

This revision is now accepted and ready to land.May 16 2017, 8:28 AM
sanjoy accepted this revision.May 16 2017, 8:55 AM

Btw, this would have been okay to land without pre-commit review.

This revision was automatically updated to reflect the committed changes.