Fix PR3353, infinitely jump threading an infinite loop make from switches.
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jan 2009 21:20:34 +0000 (21:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jan 2009 21:20:34 +0000 (21:20 +0000)
commit2c7ed11d93239dacf81540e2307f0db456bb9122
treead65f21b2124cfa1059b64978a94f2ff2b2e5a04
parent1f54f58e64314601de1a082383e84162b287cab9
Fix PR3353, infinitely jump threading an infinite loop make from switches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/JumpThreading.cpp
test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll [new file with mode: 0644]