Skip to content
Snippets Groups Projects
Commit 6c538db8 authored by an7s's avatar an7s
Browse files

Added comment

Former-commit-id: b490c83a8be5f6c1820761b8a5bb68e20319106b
parent 251be870
No related branches found
No related tags found
No related merge requests found
......@@ -529,12 +529,10 @@ static void generate_unmoved_insn_targets_set(VariantIR_t* varirp)
void VariantIR_t::GenerateSPRI(VariantIR_t *orig_varirp, ostream &fout)
{
// give 'this' a name
VariantIR_t *varirp=this;
SetBaseIDS();
SetBaseIDS(); // need unique ID to generate unique label name
// generate the map from new instruction to old instruction needed for this transform.
generate_insn_to_insn_maps(varirp, orig_varirp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment