From ad3fd947005400c90f41baa4416a27d94b1bc157 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 17:11:11 +0100 Subject: Clarify flowgraph types --- flowgraph/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flowgraph/node.h') diff --git a/flowgraph/node.h b/flowgraph/node.h index def3c04..34e937b 100644 --- a/flowgraph/node.h +++ b/flowgraph/node.h @@ -48,8 +48,8 @@ namespace FlowGraph { }; Data MakeConstantInt(int i); + Data MakeLocalInt(std::shared_ptr scope, const std::string& name); Data MakeLocalPointer(std::shared_ptr scope, const std::string& name); - Data MakeLocalSize(std::shared_ptr scope, const std::string& name); Data MakeTemporaryInt(std::shared_ptr scope); class MemCopy: public Node -- cgit v1.2.3