Add dead loop elimination, which removes dead loops for which we can compute
authorOwen Anderson <resistor@mac.com>
Tue, 29 Apr 2008 00:38:34 +0000 (00:38 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 29 Apr 2008 00:38:34 +0000 (00:38 +0000)
commit0ff7708a5bbde331f9f54fb955bf7a2e96af710e
tree99b4d54e76881f2e71ed7dba83adb6495e19f4f4
parent8c2f662d849c42b7920930bba68a001ce26e0ed6
Add dead loop elimination, which removes dead loops for which we can compute
the trip count.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50382 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/DeadLoopElimination.cpp [new file with mode: 0644]