Fix FunctionInlining pass assertion failure:
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 22:30:20 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 22:30:20 +0000 (22:30 +0000)
commitdbcbe3f7e8dad01a6d4ad8460992b9139e4861ba
tree22b0d0682be1bdc15d4e7c3fb13e75011708c285
parenta9030cb414dfc4d2e709e4ade2c06fe80ae9ab72
Fix FunctionInlining pass assertion failure:
ilist:104: failed assertion `Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineSimple.cpp