Commit 654e77ce authored by wsttiger's avatar wsttiger
Browse files

Fixed documentation

parent a489c88c
......@@ -20,11 +20,11 @@ struct program;
/// An interface for applying an optimization for the concat instruction
struct concat_optimization
{
/// A unique name used to identify the concat optimization
/// A name used to identify the concat optimization
std::string name() const;
/// A unique name used to identify the allocate operator
/// A name used to identify the allocate operator
std::string allocate() const;
/// Return the lowered concat operator
/// Return the target-independent concat operator
op::concat get_concat(const operation& op) const;
};
......
......@@ -20,11 +20,11 @@ struct program;
/// An interface for applying an optimization for the concat instruction
struct concat_optimization
{
/// A unique name used to identify the concat optimization
/// A name used to identify the concat optimization
std::string name() const;
/// A unique name used to identify the allocate operator
/// A name used to identify the allocate operator
std::string allocate() const;
/// Return the lowered concat operator
/// Return the target-independent concat operator
op::concat get_concat(const operation& op) const;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment