Mark that the return is using EAX so that we don't use it for some other
commit8ce1142895f1abe0198532b6354dee60241b3dbc
authorNick Lewycky <nicholas@mxc.ca>
Fri, 4 Feb 2011 22:44:08 +0000 (4 22:44 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 4 Feb 2011 22:44:08 +0000 (4 22:44 +0000)
treecdb1e6a017957b6c78638636a56e6a31e8711e7b
parent573b4ea83174fab4f1ad07e8a9b9216a8dd4d168
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]