Fix a FastISel bug where the instructions from lowering the arguments
authorDan Gohman <gohman@apple.com>
Thu, 28 Aug 2008 20:28:56 +0000 (20:28 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 28 Aug 2008 20:28:56 +0000 (20:28 +0000)
commit5edd361497f4c78a20fcbb75c6e7e94ff8046ed1
tree79564f08d17b47da84c6833241831e02433547b7
parent833a990c26d2f3346371110f1ace3d64a8b342f8
Fix a FastISel bug where the instructions from lowering the arguments
were being emitted after the first instructions of the entry block.

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