mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Silence warnings of a mysterious compiler that still defaults to C89.
llvm-svn: 147553
This commit is contained in:
parent
dfab20fd0c
commit
26f7d2c8cc
@ -1502,8 +1502,8 @@ static int readOperands(struct InternalInstruction* insn) {
|
||||
return -1;
|
||||
case ENCODING_IB:
|
||||
if (sawRegImm) {
|
||||
// Saw a register immediate so don't read again and instead split the
|
||||
// previous immediate. FIXME: This is a hack
|
||||
/* Saw a register immediate so don't read again and instead split the
|
||||
previous immediate. FIXME: This is a hack. */
|
||||
insn->immediates[insn->numImmediatesConsumed] =
|
||||
insn->immediates[insn->numImmediatesConsumed - 1] & 0xf;
|
||||
++insn->numImmediatesConsumed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user