[MIR] Fix a bug in MIR printer.
authorMichael Liao <michael.hliao@gmail.com>
Wed, 6 May 2020 06:21:46 +0000 (02:21 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Wed, 6 May 2020 14:33:45 +0000 (10:33 -0400)
commite38018b80d8e60206268740c688236734dea7b86
tree10e4f2e7d611ae3959c02bcdca805ba630ae5276
parentf7060f4f88fb493753d1f8277f779c42e7cade2f
[MIR] Fix a bug in MIR printer.

- Need to skip the assignment of `ID`, which is used to index that two
  object arrays.
llvm/lib/CodeGen/MIRPrinter.cpp