Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 x i32.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 Dec 2006 07:27:38 +0000 (07:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 Dec 2006 07:27:38 +0000 (07:27 +0000)
commitb15974a65ce3c5d5cdde8d5e524055d3f1d59a77
treed35fce115989dec3f16d5c5e068d24ce0d71ad70
parentf25212a223b649bf602d3a0489254139cd2c07e4
Expand formal arguments and call arguments recursively: e.g. f64 -> i64 -> 2 x i32.

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