File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 206
206
(* Simplify the control flow graph (deleting unreachable blocks, etc). *)
207
207
add_cfg_simplification the_fpm;
208
208
209
+ ignore (PassManager.initialize the_fpm);
210
+
209
211
(* Run the main "interpreter loop" now. *)
210
212
Toplevel.main_loop the_fpm the_execution_engine stream;
211
213
</ pre >
992
994
(* Simplify the control flow graph (deleting unreachable blocks, etc). *)
993
995
add_cfg_simplification the_fpm;
994
996
997
+ ignore (PassManager.initialize the_fpm);
998
+
995
999
(* Run the main "interpreter loop" now. *)
996
1000
Toplevel.main_loop the_fpm the_execution_engine stream;
997
1001
Original file line number Diff line number Diff line change 1519
1519
(* Simplify the control flow graph (deleting unreachable blocks, etc). *)
1520
1520
add_cfg_simplification the_fpm;
1521
1521
1522
+ ignore (PassManager.initialize the_fpm);
1523
+
1522
1524
(* Run the main "interpreter loop" now. *)
1523
1525
Toplevel.main_loop the_fpm the_execution_engine stream;
1524
1526
Original file line number Diff line number Diff line change 1518
1518
(* Simplify the control flow graph (deleting unreachable blocks, etc). *)
1519
1519
add_cfg_simplification the_fpm;
1520
1520
1521
+ ignore (PassManager.initialize the_fpm);
1522
+
1521
1523
(* Run the main "interpreter loop" now. *)
1522
1524
Toplevel.main_loop the_fpm the_execution_engine stream;
1523
1525
Original file line number Diff line number Diff line change 1852
1852
(* Simplify the control flow graph (deleting unreachable blocks, etc). *)
1853
1853
add_cfg_simplification the_fpm;
1854
1854
1855
+ ignore (PassManager.initialize the_fpm);
1856
+
1855
1857
(* Run the main "interpreter loop" now. *)
1856
1858
Toplevel.main_loop the_fpm the_execution_engine stream;
1857
1859
You can’t perform that action at this time.
0 commit comments