Skip to content

Commit

Permalink
replace deprecated call to disassemble with code_llvm in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 11, 2013
1 parent 11d4c7b commit c8a536e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/manual/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ a simple function
using
::

disassemble(func,(MyType{Float64},))
disassemble(func,(MyType{FloatingPoint},))
disassemble(func,(MyType,))
code_llvm(func,(MyType{Float64},))
code_llvm(func,(MyType{FloatingPoint},))
code_llvm(func,(MyType,))

For reasons of length the results are not shown here, but you may wish
to try this yourself. Because the type is fully-specified in the first
Expand Down

0 comments on commit c8a536e

Please sign in to comment.