remove duplicate declaration

This commit is contained in:
segf4ult 2024-08-27 13:30:16 +02:00
parent 19c3569645
commit 01931cc906

View file

@ -185,7 +185,6 @@ public:
void V_CMP_CLASS_F32(const GcnInst& inst);
void V_FFBL_B32(const GcnInst& inst);
void V_MBCNT_U32_B32(bool is_low, const GcnInst& inst);
void V_LSHL_B64(const GcnInst& inst);
// Vector Memory
void BUFFER_LOAD_FORMAT(u32 num_dwords, bool is_typed, bool is_format, const GcnInst& inst);