mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Fix a valgrind error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5638783276
commit
96ec22d683
@ -436,7 +436,7 @@ static std::string GenOpString(OpKind op, const std::string &proto,
|
||||
std::string ts = TypeString(proto[0], typestr);
|
||||
std::string s = ts + " r; r";
|
||||
|
||||
bool quad, dummy;
|
||||
bool dummy, quad = false;
|
||||
char type = ClassifyType(typestr, quad, dummy, dummy);
|
||||
unsigned nElts = 0;
|
||||
switch (type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user