[llvm-commits] [llvm] r152816 - /llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Mar 15 13:51:06 PDT 2012


On Mar 15, 2012, at 1:34 PM, Craig Topper <craig.topper at gmail.com> wrote:

> You may want to fix AsmMatcher that also uses uint16_t for mnemonics.

Fixed in r152833, thanks.

Since that is a local type, it might actually be possible to use getMinimalTypeForRange() for that field too. You just have to build the StringToOffsetTable first.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120315/007ba442/attachment.html>


More information about the llvm-commits mailing list