summaryrefslogtreecommitdiff
path: root/src/passes/ReorderGlobals.cpp
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-09-06 17:57:18 -0700
committerGitHub <noreply@github.com>2024-09-07 00:57:18 +0000
commit7e117284029bfbfc2b638caa53335e1b2c53490e (patch)
treed4d8d3ef4b7ec2f26982295546b6509fa65d30d9 /src/passes/ReorderGlobals.cpp
parent2d70ee0d1d2620a676bdf82779187cf0ee5bd0cf (diff)
downloadbinaryen-7e117284029bfbfc2b638caa53335e1b2c53490e.tar.gz
binaryen-7e117284029bfbfc2b638caa53335e1b2c53490e.tar.bz2
binaryen-7e117284029bfbfc2b638caa53335e1b2c53490e.zip
[NFC] Rename topological_orders.h to topological_sort.h (#6915)
Now that the header includes topological sort utilities in addition to the utility that iterates over all topological orders, it makes more sense for it to be named topological_sort.h
Diffstat (limited to 'src/passes/ReorderGlobals.cpp')
-rw-r--r--src/passes/ReorderGlobals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/ReorderGlobals.cpp b/src/passes/ReorderGlobals.cpp
index af0b9572a..f95f56726 100644
--- a/src/passes/ReorderGlobals.cpp
+++ b/src/passes/ReorderGlobals.cpp
@@ -35,7 +35,7 @@
#include "ir/find_all.h"
#include "pass.h"
-#include "support/topological_orders.h"
+#include "support/topological_sort.h"
#include "wasm.h"
namespace wasm {