[NFC][LLLexer] Consistently initialize *Val fields
authorVitaly Buka <vitalybuka@google.com>
Fri, 12 May 2023 02:07:29 +0000 (19:07 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 12 May 2023 02:10:38 +0000 (19:10 -0700)
commit3d4e5d2ad911182ae5bb797b44747fb3656a3c48
treeed46a5a05211e82eb0157c9ccb06ec3cc3b0eb7f
parentad163a69e6f133394c6f7a09ec4ac58fbe8f2c6f
[NFC][LLLexer] Consistently initialize *Val fields

LLParser::parseInstruction speculatively getUIntVal()
but uses that only in some branches.

APFloatVal, TyVal and StrVal were already initialized, when
UIntVal and APSIntVal were not.
llvm/include/llvm/AsmParser/LLLexer.h
llvm/lib/AsmParser/LLLexer.cpp