llvm-6502/lib/Transforms
Dinesh Dwivedi 199da600f3 Fixed jump threading going to infinite loop.
This patch add code to remove unreachable blocks from function
as they may cause jump threading to stuck in infinite loop.

Differential Revision: http://reviews.llvm.org/D3991



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211103 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-17 14:34:19 +00:00
..
Hello
InstCombine [InstCombine] mark ADD with nuw if no unsigned overflow 2014-06-17 00:42:07 +00:00
Instrumentation [msan] Fix a comment. 2014-06-17 11:26:00 +00:00
IPO
ObjCARC
Scalar Fixed jump threading going to infinite loop. 2014-06-17 14:34:19 +00:00
Utils LowerSwitch: track bounding range for the condition tree. 2014-06-16 16:55:20 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile