Mark that the return is using EAX so that we don't use it for some other
authorNick Lewycky <nicholas@mxc.ca>
Fri, 4 Feb 2011 22:44:08 +0000 (22:44 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 4 Feb 2011 22:44:08 +0000 (22:44 +0000)
commitc57ef561423f1ac7f2db5b1840d5681f18a4c0c8
treecdb1e6a017957b6c78638636a56e6a31e8711e7b
parent63935420ef1c323b9d9276eadc0ab74ee86a25b5
Mark that the return is using EAX so that we don't use it for some other
purpose. Fixes PR9080!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124903 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocFast.cpp
test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll [new file with mode: 0644]