src/share/vm/opto/lcm.cpp

changeset 6375
085b304a1cc5
parent 6198
55fb97c4c58d
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/opto/lcm.cpp	Thu Mar 13 10:18:59 2014 -0700
     1.2 +++ b/src/share/vm/opto/lcm.cpp	Thu Jan 23 12:08:28 2014 +0100
     1.3 @@ -472,13 +472,6 @@
     1.4            break;
     1.5          }
     1.6  
     1.7 -        // For nodes that produce a FlagsProj, make the node adjacent to the
     1.8 -        // use of the FlagsProj
     1.9 -        if (use->is_FlagsProj() && get_block_for_node(use) == block) {
    1.10 -          found_machif = true;
    1.11 -          break;
    1.12 -        }
    1.13 -
    1.14          // More than this instruction pending for successor to be ready,
    1.15          // don't choose this if other opportunities are ready
    1.16          if (ready_cnt.at(use->_idx) > 1)

mercurial