[TableGen] Simplify some code slightly. No need to check if the arrays are empty...
authorCraig Topper <craig.topper@gmail.com>
Sun, 3 Jan 2016 08:57:41 +0000 (08:57 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 3 Jan 2016 08:57:41 +0000 (08:57 +0000)
commit07466510a7738e3ffdaa99689ce9c7ede33f086d
tree9c9f42a7d8a8a578a44d89bfe06b03eb8585daa9
parent2e085133b37d1312d26e7ca8d5a0e81732654695
[TableGen] Simplify some code slightly. No need to check if the arrays are empty before printing. The loop can be made to print the same thing if the loop is empty. NFC

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