aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.cc
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro.com>2022-11-19 19:21:37 -0700
committerJeff Law <jlaw@ventanamicro.com>2022-11-19 19:26:03 -0700
commit6d82e0fea5f988e829912aaa70a9964a81ad4e5e (patch)
tree7c68a48036883e51617ebcb25f08b005807c7af1 /gcc/jit/jit-playback.cc
parent53a6b2e0d3405c2a4de28a3e065837d5d55f4336 (diff)
downloadgcc-6d82e0fea5f988e829912aaa70a9964a81ad4e5e.zip
gcc-6d82e0fea5f988e829912aaa70a9964a81ad4e5e.tar.gz
gcc-6d82e0fea5f988e829912aaa70a9964a81ad4e5e.tar.bz2
[PR other/104044] Remove extraneous semicolons
gcc/ PR other/104044 * config/mn10300/mn10300.cc (mn10300_print_operand): Remove extraneous semicolon. * config/nvptx/nvptx.cc (nvptx_goacc_reduction_fini): Likewise. gcc/jit/ PR other/104044 * jit-playback.cc (playback::lvale::mark_addressable): Remove extraeous semicolon
Diffstat (limited to 'gcc/jit/jit-playback.cc')
-rw-r--r--gcc/jit/jit-playback.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/jit-playback.cc b/gcc/jit/jit-playback.cc
index bf00690..069ed70 100644
--- a/gcc/jit/jit-playback.cc
+++ b/gcc/jit/jit-playback.cc
@@ -1647,7 +1647,7 @@ bool
playback::lvalue::
mark_addressable (location *loc)
{
- tree x = as_tree ();;
+ tree x = as_tree ();
while (1)
switch (TREE_CODE (x))