This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Simplify conditional statements (isa<...>(Obj) => Obj->isSomeFile())
ClosedPublic

Authored by Higuoxing on Mar 10 2020, 3:05 AM.

Diff Detail

Event Timeline

Higuoxing created this revision.Mar 10 2020, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2020, 3:05 AM
rupprecht accepted this revision.Mar 10 2020, 8:06 AM
This revision is now accepted and ready to land.Mar 10 2020, 8:06 AM
MaskRay accepted this revision.Mar 10 2020, 5:22 PM
This revision was automatically updated to reflect the committed changes.