commit | 8693fe1eda2e37ad162d792e9e793827bfa1c236 | [log] [tgz] |
---|---|---|
author | Mingyao Yang <mingyao@google.com> | Fri Apr 17 16:51:08 2015 -0700 |
committer | Mingyao Yang <mingyao@google.com> | Fri Apr 17 17:09:12 2015 -0700 |
tree | 25477a6397692e3c46eb75b8b6bee8b6c1c0cce9 | |
parent | 33259fdfcd350793d10f67f2ea7dfc6051a8afa2 [diff] |
RecordPcInfo() in GenerateStaticOrDirectCall() is misplaced on x86. GenerateStaticOrDirectCall() is invoked in intrinsics_x86.cc and RecordPcInfo() is already taken care of there. It should be moved to VisitInvokeStaticOrDirect() as done in other archs. Change-Id: Id08d84c9046e55dea9d8a8452c979294c4183150