]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-structalias.c
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
[thirdparty/gcc.git] / gcc / tree-ssa-structalias.c
index 5b185b6e1290fddfcb5a7f6dfafa72a023db0e6d..6c60e002532b4e79db1ba90e6fe4df7b280accdb 100644 (file)
@@ -6589,7 +6589,7 @@ compute_points_to_sets (void)
        {
          gimple phi = gsi_stmt (gsi);
 
-         if (is_gimple_reg (gimple_phi_result (phi)))
+         if (! virtual_operand_p (gimple_phi_result (phi)))
            find_func_aliases (phi);
        }
 
@@ -6966,7 +6966,7 @@ ipa_pta_execute (void)
            {
              gimple phi = gsi_stmt (gsi);
 
-             if (is_gimple_reg (gimple_phi_result (phi)))
+             if (! virtual_operand_p (gimple_phi_result (phi)))
                find_func_aliases (phi);
            }