Skip to content

Commit 7394a68

Browse files
committed
hir: Refactor ASTLoweringStmt to source file.
gcc/rust/ChangeLog: * Make-lang.in: Add rust-ast-lower-stmt.o * hir/rust-ast-lower-stmt.h: Move definitions to... * hir/rust-ast-lower-stmt.cc: ...here.
1 parent 9c46a85 commit 7394a68

File tree

3 files changed

+414
-368
lines changed

3 files changed

+414
-368
lines changed

gcc/rust/Make-lang.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ GRS_OBJS = \
9696
rust/rust-ast-lower-item.o \
9797
rust/rust-ast-lower-expr.o \
9898
rust/rust-ast-lower-type.o \
99+
rust/rust-ast-lower-stmt.o \
99100
rust/rust-early-name-resolver.o \
100101
rust/rust-name-resolver.o \
101102
rust/rust-ast-resolve.o \

0 commit comments

Comments
 (0)