OSDN Git Service

Allow the FP stackifier to completely ignore functions that do not use FP at
authorChris Lattner <sabre@nondot.org>
Sun, 23 Jan 2005 23:13:59 +0000 (23:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Jan 2005 23:13:59 +0000 (23:13 +0000)
commit42e25b387f9bbae463ddd739c16e4fdc81abb371
treeb89e1d6e1a8765480e1a1d48b79e4c14125d6349
parent3563015b0df358cfc4ec310eb0df195015ea54a5
Allow the FP stackifier to completely ignore functions that do not use FP at
all.  This should speed up the X86 backend fairly significantly on integer
codes.  Now if only we didn't have to compute livevar still... ;-)

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