Skip to content

Commit

Permalink
Move POST::Sub accessors to Sub.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Jan 8, 2011
1 parent e8f21d9 commit eee3846
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 320 deletions.
60 changes: 0 additions & 60 deletions compilers/pct/src/POST/Node.pir
Expand Up @@ -153,46 +153,6 @@ Get/set the opcode type for this node.
.namespace [ 'POST';'Sub' ]
.sub 'blocktype' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('blocktype', value, has_value)
.end
.sub 'namespace' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('namespace', value, has_value)
.end
.sub 'hll' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('hll', value, has_value)
.end
.sub 'loadlibs' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('loadlibs', value, has_value)
.end
.sub 'outer' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('outer', value, has_value)
.end
.sub 'multi' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('multi', value, has_value)
.end
.sub 'subid' :method
.param pmc value :optional
Expand All @@ -207,26 +167,6 @@ Get/set the opcode type for this node.
.end
.sub 'pirflags' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('pirflags', value, has_value)
.end
.sub 'compiler' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('compiler', value, has_value)
.end
.sub 'compiler_args' :method
.param pmc value :optional
.param int has_value :opt_flag
.tailcall self.'attr'('compiler_args', value, has_value)
.end
.sub 'add_param' :method
.param pmc pname
Expand Down

0 comments on commit eee3846

Please sign in to comment.