From ce6fe670bee398b8e258120f16b4aa7f942e418c Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 20 Oct 2023 21:16:27 +0200 Subject: [analysis][NFC] Move the stack lattice to analysis/lattices (#6030) Also shorten various names in the implementation to improve readability. --- test/gtest/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gtest/cfg.cpp b/test/gtest/cfg.cpp index 6873f63fa..3bb3ec104 100644 --- a/test/gtest/cfg.cpp +++ b/test/gtest/cfg.cpp @@ -2,10 +2,10 @@ #include "analysis/cfg.h" #include "analysis/lattice.h" +#include "analysis/lattices/stack.h" #include "analysis/liveness-transfer-function.h" #include "analysis/monotone-analyzer.h" #include "analysis/reaching-definitions-transfer-function.h" -#include "analysis/stack-lattice.h" #include "ir/find_all.h" #include "print-test.h" #include "wasm.h" -- cgit v1.2.3