Emit pseudo instructions to indicate that some registers are live on entrance
authorChris Lattner <sabre@nondot.org>
Tue, 6 May 2003 21:32:22 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 May 2003 21:32:22 +0000 (21:32 +0000)
commitdbd73726651dc7a13287626694303a747f9cc86e
treeb4643b102e17289f7f6993d4f231a317be681d6d
parent9dedbcc3d5d30bfe4eab24483f2a2db5a541ea7a
Emit pseudo instructions to indicate that some registers are live on entrance
and exit of the function.  This fixes bug: Jello/2003-05-06-LivenessClobber.llx
and the Fhourstones benchmark

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