Avoid emitting XMM save code in soft-float or no-implicit-float mode
authorDan Gohman <gohman@apple.com>
Sun, 16 Aug 2009 21:24:25 +0000 (21:24 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 16 Aug 2009 21:24:25 +0000 (21:24 +0000)
commitface41a4de759e881bea1769d86c4cfda2cd1545
tree5a98b92aead543323a1f8083bacf2dc4698996a4
parente646d043b0b5b4991dc5f411edb48e7fc8333984
Avoid emitting XMM save code in soft-float or no-implicit-float mode
or some other situation where no xmm registers need to be saved.

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