This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change to use isa
ClosedPublic

Authored by kaz7 on Jul 6 2020, 2:21 AM.

Details

Summary

Change to use isa instead of dyn_cast to avoid a warning.

Diff Detail

Event Timeline

kaz7 created this revision.Jul 6 2020, 2:21 AM
simoll accepted this revision.Jul 6 2020, 5:31 AM

I'd say you can commit a minor NFC like this one (in particular on a code base you have authored for the most part) without review.

This revision is now accepted and ready to land.Jul 6 2020, 5:31 AM
This revision was automatically updated to reflect the committed changes.