Rename a lot of things to change FastDLE to RedundantLoadElimination.
authorOwen Anderson <resistor@mac.com>
Tue, 24 Jul 2007 00:17:04 +0000 (00:17 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 24 Jul 2007 00:17:04 +0000 (00:17 +0000)
commita7f98e2919c2e1ac39e6b82b11fd9e3a7aef00a0
tree54b49c0c5a050d75950c7470abf7af78213c6a31
parente2a1624da3614859bc81a7ca81168680dd579342
Rename a lot of things to change FastDLE to RedundantLoadElimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/RedundantLoadElimination.cpp
test/Transforms/DeadLoadElimination/dg.exp [deleted file]
test/Transforms/DeadLoadElimination/simple.ll [deleted file]
test/Transforms/DeadLoadElimination/volatile.ll [deleted file]
test/Transforms/RedundantLoadElimination/dg.exp [new file with mode: 0644]
test/Transforms/RedundantLoadElimination/simple.ll [new file with mode: 0644]
test/Transforms/RedundantLoadElimination/volatile.ll [new file with mode: 0644]