diff options
author | Ian Romanick <[email protected]> | 2010-03-11 14:34:27 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-11 14:35:37 -0800 |
commit | ed45ec6a515f3529f12fc23d51621e435d3b6cdf (patch) | |
tree | fb93422ea1e1d075709d29340c414fbdb740061d /ir_print_visitor.h | |
parent | d27ec2461bca2625d09a3592ec8cc4137d4347f3 (diff) |
Add ir_call call to represent function calls.
Diffstat (limited to 'ir_print_visitor.h')
-rw-r--r-- | ir_print_visitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ir_print_visitor.h b/ir_print_visitor.h index 778d4ee00df..b76de504617 100644 --- a/ir_print_visitor.h +++ b/ir_print_visitor.h @@ -60,6 +60,7 @@ public: virtual void visit(ir_dereference *); virtual void visit(ir_assignment *); virtual void visit(ir_constant *); + virtual void visit(ir_call *); /*@}*/ }; |