mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-24 00:40:14 +00:00
spirv-fuzz: Fix comment. (#3300)
This commit is contained in:
parent
7d65bce0bb
commit
7ce2db1763
@ -66,7 +66,7 @@ class FuzzerPassDonateModules : public FuzzerPass {
|
||||
opt::IRContext* donor_ir_context,
|
||||
std::map<uint32_t, uint32_t>* original_id_to_donated_id);
|
||||
|
||||
// TODO comment
|
||||
// Helper method for HandleTypesAndValues, to handle a single type/value.
|
||||
void HandleTypeOrValue(
|
||||
const opt::Instruction& type_or_value,
|
||||
std::map<uint32_t, uint32_t>* original_id_to_donated_id);
|
||||
|
Loading…
Reference in New Issue
Block a user