Skip to content
Snippets Groups Projects
Commit d2eb91e5 authored by jdh8d's avatar jdh8d
Browse files

fixed ssa marker

Former-commit-id: b30de10332035a35615feeb5755f93c489695cf0
parent f9102dd6
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,6 @@ typedef list<SMPInstr*> SMPInstrList_t;
SMPInstr *CurrInst = new SMPInstr(interface_insn->GetID().GetIDWithinFile());
CurrInst->Analyze();
block_id_map.push_back(CurrInst);
if(first_in_func)
{
......@@ -164,6 +163,7 @@ typedef list<SMPInstr*> SMPInstrList_t;
}
block_id_map.push_back(CurrInst);
// do a bunch of stuff that is based on the currently built IR. why
// this needs to be specific to IRDB I don't know. Ask clc.
......
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