From d2eb91e5a473462725988d2785d8f93154f6406f Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Fri, 28 Aug 2015 15:16:11 +0000 Subject: [PATCH] fixed ssa marker Former-commit-id: b30de10332035a35615feeb5755f93c489695cf0 --- src/interfaces/irdb/STARSFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/irdb/STARSFunction.cpp b/src/interfaces/irdb/STARSFunction.cpp index 560d9bed..eb21d51f 100644 --- a/src/interfaces/irdb/STARSFunction.cpp +++ b/src/interfaces/irdb/STARSFunction.cpp @@ -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. -- GitLab