Initial implementation of exiting CompilationCallback
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 18:49:46 +0000 (18:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2004 18:49:46 +0000 (18:49 +0000)
commitd9d06b3af1bf34ca680759c86a142a2c6c732896
tree66f45abf4c3d21f136e6f2bb2baa20222a143dcc
parent22cd028eef97ea5ea7193fd69ed109bf0c7c347b
Initial implementation of exiting CompilationCallback

This should save all argument registers on entry and restore on exit, despite
that, simple things seem to work!!!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCJITInfo.cpp