[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)
commit198447a447dbc7f83fbb5966e16031762562afdd
tree3e001be5e9d0d44b3bfd57fa9ddb33a80822e07b
parent1e416fe23df4750fe79c717357c427b2ecb09cf0
[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.

llvm-svn: 317057
llvm/utils/TableGen/GlobalISelEmitter.cpp