aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-09-15 17:54:07 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-09-15 17:54:52 -0700
commit2b65b65d70c17eaf72e16a2d8f6ab6f436cde995 (patch)
treecd7f51aa37a96622159996ef8a519e97ddf5acdd /passes
parent7b3966714cf4a961c8663c3bf31068da9ad09362 (diff)
downloadyosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.tar.gz
yosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.tar.bz2
yosys-2b65b65d70c17eaf72e16a2d8f6ab6f436cde995.zip
Added missing "break"
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/extract_reduce.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/extract_reduce.cc b/passes/techmap/extract_reduce.cc
index c53b35c7a..cc21c8665 100644
--- a/passes/techmap/extract_reduce.cc
+++ b/passes/techmap/extract_reduce.cc
@@ -76,6 +76,7 @@ struct ExtractReducePass : public Pass
allow_off_chain = true;
continue;
}
+ break;
}
extra_args(args, argidx, design);