summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-10-20 21:16:27 +0200
committerGitHub <noreply@github.com>2023-10-20 21:16:27 +0200
commitce6fe670bee398b8e258120f16b4aa7f942e418c (patch)
tree6f63f33b0fd493478d68903b2cb5126462ccbc3e /src/tools
parent1c910bf047c058c4c97f65293ff539b4caf9ee87 (diff)
downloadbinaryen-ce6fe670bee398b8e258120f16b4aa7f942e418c.tar.gz
binaryen-ce6fe670bee398b8e258120f16b4aa7f942e418c.tar.bz2
binaryen-ce6fe670bee398b8e258120f16b4aa7f942e418c.zip
[analysis][NFC] Move the stack lattice to analysis/lattices (#6030)
Also shorten various names in the implementation to improve readability.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/wasm-fuzz-lattices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-fuzz-lattices.cpp b/src/tools/wasm-fuzz-lattices.cpp
index 730e6d621..8aa94020e 100644
--- a/src/tools/wasm-fuzz-lattices.cpp
+++ b/src/tools/wasm-fuzz-lattices.cpp
@@ -19,9 +19,9 @@
#include <string>
#include "analysis/lattice.h"
+#include "analysis/lattices/stack.h"
#include "analysis/liveness-transfer-function.h"
#include "analysis/reaching-definitions-transfer-function.h"
-#include "analysis/stack-lattice.h"
#include "support/command-line.h"
#include "tools/fuzzing.h"