[llvm] r256542 - [TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFC

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 03:33:08 PST 2015


On 29 December 2015 at 07:03, Craig Topper via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: ctopper
> Date: Tue Dec 29 01:03:30 2015
> New Revision: 256542
>
> URL: http://llvm.org/viewvc/llvm-project?rev=256542&view=rev
> Log:
> [TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFC

If, like me, you're an out-of-tree user of MnemonicContainsDot and
wondering what you should use now, check out r252439
http://reviews.llvm.org/rL252439 which is the commit which actually
made MnemonicContainsDot redundant.


More information about the llvm-commits mailing list