Skip to content

Commit

Permalink
fix compiler warnings for unused parameter and unused variable for gf…
Browse files Browse the repository at this point in the history
…x908
  • Loading branch information
bbiiggppiigg committed Nov 30, 2022
1 parent f781d6e commit 8e1e20b
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,6 @@ void InstructionDecoder_amdgpu_gfx908::decodeENC_MIMG(){
}
void InstructionDecoder_amdgpu_gfx908::decodeENC_EXP(){
insn_size = 8;
layout_ENC_EXP & layout = insn_layout.ENC_EXP;
}
void InstructionDecoder_amdgpu_gfx908::decodeENC_FLAT(){
insn_size = 8;
Expand Down

0 comments on commit 8e1e20b

Please sign in to comment.