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