[TableGen] Remove unnecessary 0 terminator from an array that only existed to prevent...
authorCraig Topper <craig.topper@gmail.com>
Mon, 11 Jan 2016 05:13:38 +0000 (05:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 11 Jan 2016 05:13:38 +0000 (05:13 +0000)
commitdb6f0c6ae0b1d00f21e262d26d1d16ccc368f76c
tree834465892adce20c92dcf0838064accf1d43050e
parentb201aa77b012e1f9e79747dc61acac025c4a6736
[TableGen] Remove unnecessary 0 terminator from an array that only existed to prevent ending an array with a comma. But that's perfectly legal and not something we need to prevent. NFC

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