diff options
author | Philip Herron <philip.herron@embecosm.com> | 2022-05-24 17:03:49 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2022-05-25 13:37:58 +0100 |
commit | 7f7efa4463d95e23f375583b02db6408b6610a2f (patch) | |
tree | 08a6d7e7a236f410518cab6fceef9663caf7ae23 /gcc/rust/backend/rust-compile-expr.cc | |
parent | 79d977e759b073a0a4d422b9a1032427ddc05295 (diff) | |
download | gcc-7f7efa4463d95e23f375583b02db6408b6610a2f.zip gcc-7f7efa4463d95e23f375583b02db6408b6610a2f.tar.gz gcc-7f7efa4463d95e23f375583b02db6408b6610a2f.tar.bz2 |
Remove inside_loop parameter from type resolution of stmts and expressions
We already have a Context object containing info about loop contexts. This
removes the need for us to pass this variable around simplifying the type
resolution code. The parameter was a hack used to support error handling
cases in Break and Continue expression's but this is no longer required.
Diffstat (limited to 'gcc/rust/backend/rust-compile-expr.cc')
0 files changed, 0 insertions, 0 deletions