]> granicus.if.org Git - llvm/commit
[globalisel][tablegen] Stop hard-coding the emitted instruction ID to 0. NFC
authorDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 1 Nov 2017 00:29:47 +0000 (00:29 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 1 Nov 2017 00:29:47 +0000 (00:29 +0000)
commitc0b8b805715fbe183f4f5fac8edeb9564400f173
tree6d3a6b527bea3074a2eef33df636cb30c38c43e2
parent1f21c9f87f499580981e4d93b996d6e228c9fdcc
[globalisel][tablegen] Stop hard-coding the emitted instruction ID to 0. NFC

The next commit will add support for multi-instruction emission so we need to
start allocating instruction ID's instead of hard-coding them to 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317057 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/GlobalISelEmitter.cpp