[WebAssembly][TableGen][NFCI] Use getValueAsBit rather than converting TableGen 'bit' to string
The logic around IsCanonical previously used getAsString and compared to "1". Just using getValueAsBit is simpler.
Loading
Please sign in to comment
The logic around IsCanonical previously used getAsString and compared to "1". Just using getValueAsBit is simpler.