MIR Printer: Remove an outdated TODO comment and assertion. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 16:56:45 +0000 (16:56 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 16:56:45 +0000 (16:56 +0000)
commit8302e12df307d5dc703775a7b712fefa7a368abc
treeae2ab901b9d98c824c6c18aef6e71dbc09979ca4
parent3e85c48d366360b7a3bbe515db4e21e29ac7d9fc
MIR Printer: Remove an outdated TODO comment and assertion. NFC.

This commit removes an outdated TODO comment and a corresponding assertion
which asserts that the mir printer can't the print machine basic blocks that
aren't sequentially numbered.

This comment and assertion were correct when I was working on the patch which
serialized the machine basic blocks, but then I decided to add an 'ID'
attribute to the machine basic block's YAML mapping based on the patch review.
This comment and assertion then became invalid as with the 'ID' attribute we
can serialize the non sequential machine basic blocks and their references
without any problems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243447 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRPrinter.cpp