Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r665f432 re67991f  
    10111011                os << "Asm Expression:" << endl;
    10121012                ++indent;
    1013                 if ( !node->inout.empty() ) os << "[" << node->inout << "] ";
     1013                if ( node->inout ) node->inout->accept( *this );
    10141014                if ( node->constraint ) node->constraint->accept( *this );
    10151015                if ( node->operand ) node->operand->accept( *this );
Note: See TracChangeset for help on using the changeset viewer.