IR::DumpBlock: Incorrect use of std::map::at
This commit is contained in:
parent
4414ec5bc8
commit
deb5e2c10d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ std::string DumpBlock(const IR::Block& block) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ret += "\n";
|
ret += "\n";
|
||||||
inst_to_index.at(&*inst) = index++;
|
inst_to_index[&*inst] = index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue