OSDN Git Service

Remove extra calls to `RecordPcInfo()`.
authorAlexandre Rames <alexandre.rames@linaro.org>
Wed, 19 Aug 2015 10:33:36 +0000 (11:33 +0100)
committerAlexandre Rames <alexandre.rames@linaro.org>
Wed, 19 Aug 2015 10:33:36 +0000 (11:33 +0100)
commit98596203dd67b9c80062317ac20886e4df745fa3
tree11430f16b9a4f6cc9f9ae11bf59c6fdca5fa530e
parent1cb16842fbd213fcd6288efe7f854b6dbc844dcf
Remove extra calls to `RecordPcInfo()`.

Some calls to `RecordPcInfo()` were mistakingly left in the x86/x86_64
code after we started using the `InvokeRuntime()` helper.

Change-Id: I8a902fee9db2dfb85020167289a786f965cb3fe9
compiler/optimizing/code_generator_x86.cc