Skip to content
Snippets Groups Projects
Commit 93bbc7e3 authored by an7s's avatar an7s
Browse files

changed comment: ICFS = Instruction Control Flow Set

Former-commit-id: 46622d597afb2fe8319f288b896f1d24bbc68a6b
parent eae7502d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
class Instruction_t;
typedef std::set<Instruction_t*> InstructionSet_t;
// Keep track of indirect control flow sets
// Keep track of instruction control flow sets
class ICFS_t : public InstructionSet_t, public BaseObj_t
{
public:
......
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