OpenASIP  2.0
InstructionReferenceImpl.icc
Go to the documentation of this file.
1 
2 
3 unsigned int InstructionReferenceImpl::count() {
4  return refs_.size();
5 }
6 
7 TTAProgram::Instruction& InstructionReferenceImpl::instruction() {
8  return *ins_;
9 }