diff --git a/doc/src/devdocs/llvm.md b/doc/src/devdocs/llvm.md index 4e5e90d7cdbc6..e2ba8617d9550 100644 --- a/doc/src/devdocs/llvm.md +++ b/doc/src/devdocs/llvm.md @@ -147,7 +147,7 @@ using: fun, T = +, Tuple{Int,Int} # Substitute your function of interest here optimize = false open("plus.ll", "w") do file - println(file, InteractiveUtils._dump_function(fun, T, false, false, false, true, :att, optimize, :default)) + println(file, InteractiveUtils._dump_function(fun, T, false, false, false, true, :att, optimize, :default, false)) end ``` These files can be processed the same way as the unoptimized sysimg IR shown