1 /* This exposed a bug in tree-ssa-ccp.c. Since 'j' and 'i' are never
2 defined, CCP was not traversing the edges out of the if(), which caused
3 the PHI node for 'k' at the top of the while to only be visited once.
4 This ended up causing CCP to think that 'k' was the constant '1'. */