Initial checkin of simple&fast SSA based GCSE algorithm
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 00:47:11 +0000 (00:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 00:47:11 +0000 (00:47 +0000)
commitd80e973cec7e30839530d94f84748d99b03b0d9e
treedfb5d096ca18f3f5a33b8de0b0ac3bf0fe576d0c
parenta298d27808ecb8ffb574d6e50f56601db2ec5fda
Initial checkin of simple&fast SSA based GCSE algorithm

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