We already have isa<> for this, and these methods were simply
duplicating those redundantly.
Also remove asserts from Symbol.cpp that were truly redundant.
Paths
| Differential D43422
[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 Also remove asserts from Symbol.cpp that were truly redundant.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptFeb 16 2018, 4:37 PM This revision is now accepted and ready to land.Feb 16 2018, 4:44 PM Closed by commit rL325418: [WebAssembly] Remove unneeded classifer methods from Symbol class. NFC. (authored by sbc). · Explain WhyFeb 16 2018, 4:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134769 wasm/SymbolTable.cpp
wasm/Symbols.h
wasm/Symbols.cpp
wasm/Writer.cpp
|