diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 8c934aa..5576630 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -484,7 +484,6 @@ check_asm_stack_operands (rtx_insn *insn) if (which_alternative < 0) { - malformed_asm = 1; /* Avoid further trouble with this insn. */ PATTERN (insn) = gen_rtx_USE (VOIDmode, const0_rtx); return 0; |