From 5570ddd5a8ce2125c8290598037a40481f193197 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 11 May 2015 16:33:07 -0700 Subject: Only resolve_asm_operand_names once We do it in the front end already; no need to repeat. From-SVN: r223022 --- gcc/cfgexpand.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/cfgexpand.c') diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index b76a219..69d00a0 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -2554,8 +2554,6 @@ expand_asm_operands (tree string, tree outputs, tree inputs, if (! check_operand_nalternatives (outputs, inputs)) return; - string = resolve_asm_operand_names (string, outputs, inputs, labels); - /* Collect constraints. */ i = 0; for (t = outputs; t ; t = TREE_CHAIN (t), i++) -- cgit v1.1