Mirror how Fast ISel determines if a region.end intrinsic is the end of an
authorBill Wendling <isanbard@gmail.com>
Fri, 8 May 2009 21:14:49 +0000 (21:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 8 May 2009 21:14:49 +0000 (21:14 +0000)
commit6c4311dddbb57b0e4cdd30c37863706efe70cf9d
tree6d2a9328f2185e83e450a710192de4ebbb752216
parent728c7f3059916fb0e0f98b4e9e45210fbd3f4340
Mirror how Fast ISel determines if a region.end intrinsic is the end of an
inlined function or the end of a function. Before, this was never executing the
"inlined" version of the Record method.

This will become important once the inlined Dwarf writer patch lands.

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