Avoid emitting empty arrays, they're not standard C++.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 1 Feb 2012 22:12:51 +0000 (22:12 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 1 Feb 2012 22:12:51 +0000 (22:12 +0000)
commitf18a9a2314542ad3b7a601b86969073519e19b0d
treebd1efa8a40d861371f76d76c6829698d77113b2d
parentc2348d5c08dc9cd3f015110700e62a1ed9347c16
Avoid emitting empty arrays, they're not standard C++.

It's only by luck that we haven't produced any yet, and clang refuses to
compile them.

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