Fix PR2256, yet another miscompilation in simplifycfg of i
authorChris Lattner <sabre@nondot.org>
Mon, 28 Apr 2008 00:19:07 +0000 (00:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Apr 2008 00:19:07 +0000 (00:19 +0000)
commitffba5821eee7b7a6139f9dfb06b8d306bf344a9d
tree73b75cf1d859d2bc0427aea03e85a993bccd1791
parente78109eb3a3d177d03cea40b46d9dcfc9bf32210
Fix PR2256, yet another miscompilation in simplifycfg of i
multiple return values.

Bill, please pull this into Tak.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50332 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp
test/Transforms/SimplifyCFG/2008-04-27-MultipleReturnCrash.ll [new file with mode: 0644]