Skip to content

Commit

Permalink
[AMDGPU] Fix expensive-checks build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Jul 5, 2023
1 parent 4b8162f commit 29d571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void AMDGPUAsmPrinter::emitInstruction(const MachineInstr *MI) {
SmallVector<MCFixup, 4> Fixups;
SmallVector<char, 16> CodeBytes;

std::unique_ptr<MCCodeEmitter> InstEmitter(createSIMCCodeEmitter(
std::unique_ptr<MCCodeEmitter> InstEmitter(createAMDGPUMCCodeEmitter(
*STI.getInstrInfo(), OutContext));
InstEmitter->encodeInstruction(TmpInst, CodeBytes, Fixups, STI);

Expand Down

0 comments on commit 29d571f

Please sign in to comment.