Add assertion checks after the calls to LowerFormalArguments, LowerCall,
authorDan Gohman <gohman@apple.com>
Thu, 6 Aug 2009 15:37:27 +0000 (15:37 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 6 Aug 2009 15:37:27 +0000 (15:37 +0000)
commit5e86606f457d074769c1ee95aeaf718a5853f212
tree04d8d79de125c06db9acb691be9d3e8b7fb0b6bc
parente483feded9a66b9a634f3dbdbf21eaaa65c69781
Add assertion checks after the calls to LowerFormalArguments, LowerCall,
and LowerReturn, to verify that the targets' hooks have respected some
of their postconditions.

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