OSDN Git Service

Missed commit with patch.
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-phiprop.c
index 6ccc30e..022e4af 100644 (file)
@@ -381,7 +381,7 @@ tree_ssa_phiprop (void)
 static bool
 gate_phiprop (void)
 {
-  return 1;
+  return flag_tree_phiprop;
 }
 
 struct gimple_opt_pass pass_phiprop =