Commit 469d0092 authored by Khalique's avatar Khalique
Browse files

formatting

parent 9f434a2b
......@@ -30,7 +30,7 @@ void eliminate_identity::apply(program& p) const
{
if(ins->name() == "identity")
{
const instruction_ref& identity_input = i->inputs().front();
const instruction_ref& identity_input = ins->inputs().front();
if(identity_input->outputs().size() == 1)
{
p.move_instruction(identity_input, i);
......
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