Duncan pointed out that we can fast fail here, because the sret parameter of
authorOwen Anderson <resistor@mac.com>
Mon, 18 Feb 2008 04:06:26 +0000 (04:06 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 18 Feb 2008 04:06:26 +0000 (04:06 +0000)
commit9eb948b46623977cd4de7d4156b3c3058a7ebed3
treed4ad01a7ed524e74203117862949180750420171
parentae708a3d91a9babfa171760f15d0fdcedd674d0d
Duncan pointed out that we can fast fail here, because the sret parameter of
a function must be the first parameter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp