"official/projects/teams/__init__.py" did not exist on "81ab461dbdb2c12f70deea1bb25b6888468a9fca"
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) ...@@ -131,7 +131,7 @@ std::ostream& operator<<(std::ostream& os, const program& p)
os << var_name << " = "; os << var_name << " = ";
os << ins.op.name(); os << ins.op;
if(ins.op.name() == "@literal") 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