When processing function arguments when splitting live ranges across invokes,
authorJim Grosbach <grosbach@apple.com>
Tue, 1 Jun 2010 18:04:09 +0000 (18:04 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 1 Jun 2010 18:04:09 +0000 (18:04 +0000)
commitdc58b25ebc4d6b79f36db09a0b718ca957a610eb
treeba951854bdb57ac67dfb704780ee4005d6d75517
parent601f9d6c03d23725a3bdc9e62d738f30bf94f9be
When processing function arguments when splitting live ranges across invokes,
handle structs passed by value via an extract/insert pair, as a bitcast
won't work on a struct. rdar://7742824

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