Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:11:23 +0000 (17:11 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:11:23 +0000 (17:11 +0000)
commit0e026729aef35523e4f8d6124a569dceb4286bbb
tree7a85b293155ee85a67487da77287ab000a1dbf03
parent046fe6b6ba9851d3b8fed164493a54db3ac107e6
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
drop the redundant #ifndef NDEBUG.

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