b7364da5fd
There was a bug earlier in which we were attempting to use a relevance table (MethodInvocation_arguments) that was not generated. I thought the bug was that the table wasn't being generated, so I attempted to generate the table (in relevance_table_generator). But the table can't be generated and the real bug was that the wrong contextLocation was being generated when computing the OpType. So I backed out the earlier change and updated the generation to generate the right location. Change-Id: Ifbd2c6c3e11e1e98887108be7eb6d90e90452446 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149381 Reviewed-by: Jaime Wren <jwren@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>