LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
label.hxx
Go to the documentation of this file.
1 
6 #ifndef ASSEM_LABEL_HXX
7 # define ASSEM_LABEL_HXX
8 
9 # include <assem/label.hh>
10 
11 namespace assem
12 {
13 
14  inline
15  Label::Label(const std::string& assem,
16  const temp::Label& label)
17  : Instr(assem)
18  , label_(label)
19  {
20  }
21 
22  inline
25  {
26  return label_;
27  }
28 
29 } // namespace assem
30 
31 #endif // !ASSEM_LABEL_HXX