cprover
Loading...
Searching...
No Matches
goto_asm.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Assembler -> Goto
4
5Author: 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}
codet representation of an inline assembler statement.
Definition: std_code.h:1253
void copy(const codet &code, goto_program_instruction_typet type, goto_programt &dest)
void convert_asm(const code_asmt &code, goto_programt &dest)
Definition: goto_asm.cpp:14
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:73
Program Transformation.
@ OTHER
Definition: goto_program.h:37