File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016 WebAssembly Community Group participants
2+ * Copyright 2018 WebAssembly Community Group participants
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2020// This needs 'flatten' to be run before it, as it assumes the IR is in
2121// flat form. You may also want to optimize a little, e.g.
2222// --flatten --simplify-locals-nonesting
23- // (as otherwise flattening introduces many copies).
23+ // (as otherwise flattening introduces many copies; we do ignore boring
24+ // copies here, but they end up as identical LHSes).
2425//
2526// See https://github.com/google/souper/issues/323
2627//
2728
28- #include < string>
29-
3029#include " wasm.h"
3130#include " pass.h"
3231#include " ir/find_all.h"
You can’t perform that action at this time.
0 commit comments