Don't attempt to handle aggregate argument values in FastISel; let
authorDan Gohman <gohman@apple.com>
Tue, 7 Apr 2009 20:40:11 +0000 (20:40 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 7 Apr 2009 20:40:11 +0000 (20:40 +0000)
commit4fd552880c9f42f117bd79929ea0179f99bd6bb7
tree3a0b16083dbbee41250f7c49651d681fa263756e
parent30eae3c02244e18747f9f0dca6946d86d0ccb7f5
Don't attempt to handle aggregate argument values in FastISel; let
SelectionDAG do those. This fixes PR3955.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
test/CodeGen/X86/fast-isel-bail.ll [new file with mode: 0644]