This commit is contained in:
Dave Bartolomeo
2020-02-13 13:01:09 -07:00
committed by GitHub
parent 52b164434d
commit 9e1ea01be8

View File

@@ -105,7 +105,7 @@ class DynamicAllocation extends Allocation, TDynamicAllocation {
DynamicAllocation() { this = TDynamicAllocation(call) }
final override string toString() {
result = call.toString() + " at " + call.getLocation() // This isn't performant, but it's only used in test/dump code right not
result = call.toString() + " at " + call.getLocation() // This isn't performant, but it's only used in test/dump code right now.
}
final override CallInstruction getABaseInstruction() { result = call }