Minor
This commit is contained in:
@@ -177,7 +177,6 @@ class OutflowSlicer(
|
|||||||
if (function.isImplicitInvokeFunction()) {
|
if (function.isImplicitInvokeFunction()) {
|
||||||
val receiverPseudoValue = instruction.receiverValues.entries.singleOrNull()?.key
|
val receiverPseudoValue = instruction.receiverValues.entries.singleOrNull()?.key
|
||||||
?: return@processPseudocodeUsages
|
?: return@processPseudocodeUsages
|
||||||
if (receiverPseudoValue.createdAt != null) {
|
|
||||||
when (val createdAt = receiverPseudoValue.createdAt) {
|
when (val createdAt = receiverPseudoValue.createdAt) {
|
||||||
is ReadValueInstruction -> {
|
is ReadValueInstruction -> {
|
||||||
val accessedDescriptor = createdAt.target.accessedDescriptor ?: return@processPseudocodeUsages
|
val accessedDescriptor = createdAt.target.accessedDescriptor ?: return@processPseudocodeUsages
|
||||||
@@ -198,7 +197,6 @@ class OutflowSlicer(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
is ReturnValueInstruction -> {
|
is ReturnValueInstruction -> {
|
||||||
val subroutine = instruction.subroutine
|
val subroutine = instruction.subroutine
|
||||||
|
|||||||
Reference in New Issue
Block a user