[llvm-commits] [llvm] r139279 - /llvm/trunk/utils/TableGen/FixedLenDecoderEmitter.cpp

David Blaikie dblaikie at gmail.com
Thu Sep 8 00:43:18 PDT 2011


>
> str.slice(1,str.size())
>

This could be written more simply as str.substr(1), if I'm not mistaken.

- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110908/189bed79/attachment.html>


More information about the llvm-commits mailing list