Skip to content

Commit 32d0adb

Browse files
committed
fix: hlil block
1 parent e8b5dd1 commit 32d0adb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

HighLevelIL/HighLevelILBasicBlock.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ IntPtr handle
4646
true
4747
);
4848
}
49-
5049

5150
public HighLevelILInstruction this[HighLevelILInstructionIndex index]
5251
{
@@ -290,7 +289,6 @@ public HighLevelILBasicBlock[] PostDominatorTreeChildren
290289
}
291290
}
292291

293-
294292
public HighLevelILBasicBlock[] GetDominanceFrontier(bool post)
295293
{
296294
ulong arrayLength = 0;

0 commit comments

Comments
 (0)