@@ -12,11 +12,11 @@ namespace ir {
|
||||
/**
|
||||
* @brief IR module
|
||||
*/
|
||||
class module {
|
||||
class mod {
|
||||
public:
|
||||
using value_type = std::unique_ptr<function>; /**< Value type. */
|
||||
public:
|
||||
module() = default;
|
||||
mod() = default;
|
||||
public:
|
||||
/**
|
||||
* @brief Pushes and returns a new IR function.
|
||||
@@ -49,4 +49,4 @@ private:
|
||||
} // namespace ir
|
||||
} // namespace furlang
|
||||
|
||||
#endif // FURLANG_IR_MODULE_HPP
|
||||
#endif // FURLANG_IR_MODULE_HPP
|
||||
|
||||
Reference in New Issue
Block a user