Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them
authorChris Lattner <sabre@nondot.org>
Thu, 19 May 2005 06:49:17 +0000 (06:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 May 2005 06:49:17 +0000 (06:49 +0000)
commit1030f72f8aea31fad9ebc22c471d2708c36d5bf6
tree665ff86c3a41c60a02613c2c8c231db19c8976bb
parent16cb6f82eb78a2140fe1cf1e432288fc98cb4ee7
Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86JITInfo.cpp