diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 89c0e95..e9840b1 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -2900,7 +2900,7 @@ expand_asm_stmt (gasm *stmt) for (i = 0; i < nlabels; ++i) { tree label = TREE_VALUE (gimple_asm_label_op (stmt, i)); - rtx r; + rtx_insn *r; /* If asm goto has any labels in the fallthru basic block, use a label that we emit immediately after the asm goto. Expansion may insert further instructions into the same basic block after |