]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/passes.def
Add a loop versioning pass
[thirdparty/gcc.git] / gcc / passes.def
index 0079fecef3216199da232f7cdb351566d6b02e43..144df4fa417d2ba6f4d795f2e0ad32eba6cb1c4f 100644 (file)
@@ -265,6 +265,7 @@ along with GCC; see the file COPYING3.  If not see
          NEXT_PASS (pass_tree_unswitch);
          NEXT_PASS (pass_scev_cprop);
          NEXT_PASS (pass_loop_split);
+         NEXT_PASS (pass_loop_versioning);
          NEXT_PASS (pass_loop_jam);
          /* All unswitching, final value replacement and splitting can expose
             empty loops.  Remove them now.  */