Implement MipsJITInfo::replaceMachineCodeForFunction.
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 1 Aug 2012 02:29:24 +0000 (02:29 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 1 Aug 2012 02:29:24 +0000 (02:29 +0000)
commitc15ad8517719a525ac3b88b6c49b451160691eaa
tree1fad43aad8c8d4650e7375db843eb9f55a072de1
parent12648bed2873fdf2120b54c5539026ff468283fb
Implement MipsJITInfo::replaceMachineCodeForFunction.

No new test case is added.
This patch makes test JITTest.FunctionIsRecompiledAndRelinked pass on mips
platform.

Patch by Petar Jovanovic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161098 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsJITInfo.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp