aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile-tyty.h
diff options
context:
space:
mode:
authorYizhe <yizhe@pku.edu.cn>2021-02-16 07:42:32 +0000
committerPhilip Herron <herron.philip@googlemail.com>2021-02-19 10:34:59 +0000
commit68a2f3d7eaa60516a40037dadb6761e69b7863f7 (patch)
tree2bcc568d87448ada6d31da37366044f0eb6ec439 /gcc/rust/backend/rust-compile-tyty.h
parent642cc5ed4ffcf0a334cec450e536e5b948819271 (diff)
downloadgcc-68a2f3d7eaa60516a40037dadb6761e69b7863f7.zip
gcc-68a2f3d7eaa60516a40037dadb6761e69b7863f7.tar.gz
gcc-68a2f3d7eaa60516a40037dadb6761e69b7863f7.tar.bz2
Renamed `TyBase` to `BaseType`
Diffstat (limited to 'gcc/rust/backend/rust-compile-tyty.h')
-rw-r--r--gcc/rust/backend/rust-compile-tyty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-tyty.h b/gcc/rust/backend/rust-compile-tyty.h
index eb8a961..aed96e3 100644
--- a/gcc/rust/backend/rust-compile-tyty.h
+++ b/gcc/rust/backend/rust-compile-tyty.h
@@ -34,7 +34,7 @@ namespace Compile {
class TyTyCompile : public TyTy::TyVisitor
{
public:
- static ::Btype *compile (::Backend *backend, TyTy::TyBase *ty)
+ static ::Btype *compile (::Backend *backend, TyTy::BaseType *ty)
{
TyTyCompile compiler (backend);
ty->accept_vis (compiler);