Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 17 Oct 2003 18:27:37 +0000 (18:27 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 17 Oct 2003 18:27:37 +0000 (18:27 +0000)
commit4ca7e536900d4d88475daac74d18ed676deb2a8d
tree4983020db6fe860bed1a610049f20055f0d337ee
parent9a7871bd3dceafd644008c740617d4516a34a601
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Make insertFarJumpAtAddr() return void, because nothing uses its return value.
Remove some commented-out code.
Implement replaceMachineCodeForFunction() for SPARC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9203 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp