Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BYOC][MergeComposite] if root->args[i] isn't a CallNode, then Donwca…
…st<Call> will check fail (apache#5623) we needn't execute L131 "call_map->Set(arg, new_arg)", because when arg is CallNode and root->args[i] is not CallNode, new_arg will be a null pointer. There is no point in caching null pointer. Signed-off-by: windclarion <windclarion@gmail.com>
- Loading branch information