Perform fewer set insertions while calculating ANTIC_IN. This reduces the amount...
authorOwen Anderson <resistor@mac.com>
Fri, 22 Jun 2007 18:27:04 +0000 (18:27 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 22 Jun 2007 18:27:04 +0000 (18:27 +0000)
commit2106f61f239177269f80bcbe58b24c450fb0ae8f
treec4b794d71a388834fd7a265c362047c857ab2d0b
parentb3b37345deb6fdeffb8ccb56e42cb45745c97bfb
Perform fewer set insertions while calculating ANTIC_IN.  This reduces the amount of time to optimize 403.gcc from 21.9s to 18.2s.

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