Commit efa8d9f4 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

parent 6b26286c
......@@ -68,7 +68,9 @@ struct instruction
static void backreference(instruction_ref ref);
static void replace_argument(instruction_ref ins, instruction_ref old, instruction_ref new_ins,
static void replace_argument(instruction_ref ins,
instruction_ref old,
instruction_ref new_ins,
bool recompute_shape = true);
static void
......
......@@ -138,7 +138,7 @@ void instruction::replace_argument(instruction_ref ins,
{
ins->replace_argument(old, new_ins);
backreference(ins);
if (recompute_shape)
if(recompute_shape)
ins->recompute_shape();
}
......
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