sail::Assembly Class Reference

Represents inline assembly. More...

#include <Assembly.h>

Inheritance diagram for sail::Assembly:
sail::Instruction

List of all members.

Public Member Functions

 Assembly (il::assembly *c_asm, int line)
virtual string to_string () const
virtual string to_string (bool pretty_print) const
virtual bool is_removable ()

Friends

class boost::serialization::access

Detailed Description

Represents inline assembly.

All the information is stored in the high-level representation. Use get_original() to access details of the assembly instruction.


Member Function Documentation

bool sail::Assembly::is_removable (  )  [virtual]

An instruction is removable if it's not present in the original source code, but introduced in the translation from the high-level language to the low-level language. For instance, if **x is an expression used in the original code, the low-level language will introduce a temporary t=*x; such instructions are "removable" for printing purposes.

Implements sail::Instruction.


The documentation for this class was generated from the following files:
Generated on Sun Oct 17 14:01:30 2010 by  doxygen 1.6.3