TableGen: Add initializer.
authorJim Grosbach <grosbach@apple.com>
Mon, 17 Sep 2012 18:00:53 +0000 (18:00 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 17 Sep 2012 18:00:53 +0000 (18:00 +0000)
commit4c36349de9682f515682a17b09fba1ab195b6b6a
tree45d071127f00b9fdc655a85767faec99d16bf99d
parent636f1a1d9966189480c56405bb45cea031a7870f
TableGen: Add initializer.

Keep GCC's warnings happy. It can't reason out that the state machine won't
ever hit the potentially uninitialized use in OPC_FilterValue.

llvm-svn: 164041
llvm/utils/TableGen/FixedLenDecoderEmitter.cpp