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/tools/asm2wasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/asm2wasm.cpp') diff --git a/src/tools/asm2wasm.cpp b/src/tools/asm2wasm.cpp index 3ce140b04..455410cd6 100644 --- a/src/tools/asm2wasm.cpp +++ b/src/tools/asm2wasm.cpp @@ -20,7 +20,7 @@ #include -#include "ast/trapping.h" +#include "ir/trapping.h" #include "support/colors.h" #include "support/command-line.h" #include "support/file.h" -- cgit v1.2.3