Commit 9697a654 authored by Paul's avatar Paul
Browse files

Use stream op

parent 20d9d418
......@@ -131,7 +131,7 @@ std::ostream& operator<<(std::ostream& os, const program& p)
os << var_name << " = ";
os << ins.op.name();
os << ins.op;
if(ins.op.name() == "@literal")
{
......
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