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)
commit9bb938c5401db90817d16b32fa078066fb586551
tree6cda9cce191fb9445102ee60cf9a239daac970d6
parent78fff8ec487a7c16633c5795e38e297ce6ddafa4
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.

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