diff options
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl6.html')
| -rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl6.html b/llvm/docs/tutorial/OCamlLangImpl6.html index 2ee5089721c..56883d539b8 100644 --- a/llvm/docs/tutorial/OCamlLangImpl6.html +++ b/llvm/docs/tutorial/OCamlLangImpl6.html @@ -1506,7 +1506,7 @@ let main () = (* Set up the optimizer pipeline. Start with registering info about how the * target lays out data structures. *) - TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm; + DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm; (* Do simple "peephole" optimizations and bit-twiddling optzn. *) add_instruction_combination the_fpm; |

