This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove unneeded classifer methods from Symbol class. NFC.
ClosedPublic

Authored by sbc100 on Feb 16 2018, 4:37 PM.

Details

Summary

We already have isa<> for this, and these methods were simply
duplicating those redundantly.

Also remove asserts from Symbol.cpp that were truly redundant.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Feb 16 2018, 4:37 PM
sbc100 edited the summary of this revision. (Show Details)Feb 16 2018, 4:38 PM
sbc100 added a reviewer: ruiu.
ruiu accepted this revision.Feb 16 2018, 4:44 PM

LGTM

This revision is now accepted and ready to land.Feb 16 2018, 4:44 PM
This revision was automatically updated to reflect the committed changes.