Skip to content

Commit

Permalink
Merge pull request #26 from Lukacma/llvm-compressInstEmmitter-bugfix
Browse files Browse the repository at this point in the history
[BugFix] Corrected typo in CompressInstEmitter
  • Loading branch information
lazyparser authored Sep 17, 2021
2 parents 7a61783 + 15c6073 commit cce0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/TableGen/RISCVCompressInstEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ void RISCVCompressInstEmitter::emitCompressInstEmitter(raw_ostream &o,
CondStream.indent(6)
<< Namespace
<< "ValidateMachineOperand(MachineOperand::CreateImm("
<< DestOperandMap[OpNo].Data.Imm << "), SubTarget, " << Entry
<< DestOperandMap[OpNo].Data.Imm << "), Subtarget, " << Entry
<< ") &&\n";
}
if (CompressOrUncompress)
Expand Down

0 comments on commit cce0bf4

Please sign in to comment.