Skip to content

Commit 5b98be4

Browse files
committed
cleanup [ci skip]
1 parent 4da07fd commit 5b98be4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/passes/Souperify.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -20,13 +20,12 @@
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"

0 commit comments

Comments
 (0)