]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move bir builder function implementation
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Fri, 6 Sep 2024 10:16:22 +0000 (12:16 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Thu, 26 Sep 2024 22:48:32 +0000 (22:48 +0000)
commita4f64b9c643a5e65876f3297bdf21f4bdf7d9789
treeb9baa837aa929db6b1728e6acd2e50781c560cd2
parent49f0300a40f9202e6f89797063529e1d3de95c0d
Move bir builder function implementation

Move function implementation to their own file.

gcc/rust/ChangeLog:

* Make-lang.in: Add new rust-bir-builder-pattern file.
* checks/errors/borrowck/rust-bir-builder-pattern.h: Remove
implementation.
* checks/errors/borrowck/rust-bir-builder-pattern.cc: New file.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/Make-lang.in
gcc/rust/checks/errors/borrowck/rust-bir-builder-pattern.cc [new file with mode: 0644]
gcc/rust/checks/errors/borrowck/rust-bir-builder-pattern.h