Remove the code for special-casing byval for fast-isel. SelectionDAG
authorDan Gohman <gohman@apple.com>
Sat, 1 May 2010 02:44:23 +0000 (02:44 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 1 May 2010 02:44:23 +0000 (02:44 +0000)
commitd725f04ff81db0e61baa153bf21ca2dd08838244
tree0aff8274b525470d6892c4ec7fc5345a14ef7742
parent4781e30b7ba4e1830b4deb5f47498627ca9b89dc
Remove the code for special-casing byval for fast-isel. SelectionDAG
handles argument lowering anyway, so there's no need for special
casing here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp