[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
authorChad Rosier <mcrosier@apple.com>
Fri, 11 May 2012 17:41:06 +0000 (17:41 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 11 May 2012 17:41:06 +0000 (17:41 +0000)
commit2f6ae41f14af87d1019d771b101580381cdfc44f
treec41eae5bda6e39c4a9de103d152790026bef902a
parentf4bd21c256f6aabdc13f54ff7bf5d69e8305302c
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
to selection DAG isel if we're unable to handle a non-double multi-reg retval.
rdar://11430407
PR12796

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp