From 47c9021401a69d407a3e730012824cae75dd66f9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 24 Oct 2017 20:36:28 -0700 Subject: notation change: AST => IR (#1245) The IR is indeed a tree, but not an "abstract syntax tree" since there is no language for which it is the syntax (except in the most trivial and meaningless sense). --- src/wasm/wasm-validator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wasm/wasm-validator.cpp') diff --git a/src/wasm/wasm-validator.cpp b/src/wasm/wasm-validator.cpp index 5120eea7a..780d74c2d 100644 --- a/src/wasm/wasm-validator.cpp +++ b/src/wasm/wasm-validator.cpp @@ -22,8 +22,8 @@ #include "wasm.h" #include "wasm-printing.h" #include "wasm-validator.h" -#include "ast_utils.h" -#include "ast/branch-utils.h" +#include "ir/utils.h" +#include "ir/branch-utils.h" #include "support/colors.h" -- cgit v1.2.3