Skip to content

Commit 7195017

Browse files
committed
[NFC][wasm-reduce] Move Reducer to .h and .cpp files
wasm-split's Reducer class is very large and does many different things. To start getting a handle on it, separate out the declarations and definitions of its methods into new .h and .cpp files.
1 parent 576f286 commit 7195017

File tree

4 files changed

+1314
-1180
lines changed

4 files changed

+1314
-1180
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FILE(GLOB wasm_reduce_HEADERS *h)
22
set(wasm_reduce_SOURCES
33
wasm-reduce.cpp
4+
reducer.cpp
45
${wasm_reduce_HEADERS}
56
)
67
binaryen_add_executable(wasm-reduce "${wasm_reduce_SOURCES}")

0 commit comments

Comments
 (0)