- GCSE now no longer counts instructions not removed (due to no common
authorChris Lattner <sabre@nondot.org>
Fri, 30 Aug 2002 20:22:29 +0000 (20:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Aug 2002 20:22:29 +0000 (20:22 +0000)
commit14987f16b4c67ff13e753b1b930b319ca098ce30
treef0b201e7ce0ad8ce2961328fc003e7628bb1b42f
parentada23c05f5ebc94ea4630283e993270f19809ae9
  - GCSE now no longer counts instructions not removed (due to no common
    dominator as being removed)
  - GCSE now uses new Value #'ing interface, instead of dealing with AA itself
  - GCSE worklist implementation much simpler, class cleaned up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GCSE.cpp