summaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r--gcc/c-dump.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index b0790efa209..db03dfb566b 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -63,17 +63,6 @@ c_dump_tree (void *dump_info, tree t)
dump_string (di, "bitfield");
break;
- case ASM_STMT:
- dump_stmt (di, t);
- if (ASM_VOLATILE_P (t))
- dump_string (di, "volatile");
- dump_child ("strg", ASM_STRING (t));
- dump_child ("outs", ASM_OUTPUTS (t));
- dump_child ("ins", ASM_INPUTS (t));
- dump_child ("clbr", ASM_CLOBBERS (t));
- dump_next_stmt (di, t);
- break;
-
case BREAK_STMT:
case CONTINUE_STMT:
dump_stmt (di, t);