Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86,
authorDuncan Sands <baldrick@free.fr>
Sun, 31 Oct 2010 13:02:38 +0000 (13:02 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 31 Oct 2010 13:02:38 +0000 (13:02 +0000)
commite26032d5b26e7b2a1158d6980b7e42390a1f34c5
tree9879148259d8a9a2ad79f5cfdb2c29111d7ce45f
parent0acfa8db3f7a76fe670b69392134fb6760e5e47e
Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86,
which has the same logic specified in the CallingConv TD file.
This brings FastISel in line with the standard X86 ISel.

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