cprover
goto_asm.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Assembler -> Goto
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #include "goto_convert_class.h"
13 
15  const code_asmt &code,
16  goto_programt &dest)
17 {
18  // copy as OTHER
19  copy(code, OTHER, dest);
20 }
Program Transformation.
void convert_asm(const code_asmt &code, goto_programt &dest)
Definition: goto_asm.cpp:14
A specialization of goto_program_templatet over goto programs in which instructions have codet type...
Definition: goto_program.h:24
An inline assembler statement.
Definition: std_code.h:920
void copy(const codet &code, goto_program_instruction_typet type, goto_programt &dest)