[TableGen] Simplify some of the subtarget emission by removing code that avoids print...
authorCraig Topper <craig.topper@intel.com>
Tue, 24 Oct 2017 15:50:53 +0000 (15:50 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 24 Oct 2017 15:50:53 +0000 (15:50 +0000)
commitdf1285b8f49d686b50773ac0671331fe2a1c35d2
treeb355ce8b256aa5b2fc3a4bc584c80707d80c2fac
parent0a12c239b62f9d4aec92992937a4ae30a1c5d54c
[TableGen] Simplify some of the subtarget emission by removing code that avoids printing commas at the end of arrays and enums.

The C++ standard allows for trailing commas. We already do this in many other emitters.

llvm-svn: 316449
llvm/utils/TableGen/SubtargetEmitter.cpp