diff options
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 52eebe8f5a4..20cfb46ab17 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -746,7 +746,7 @@ check_asm_stack_operands (insn) malformed_asm = 1; } - /* Enfore rule #3: If any input operand uses the "f" constraint, all + /* Enforce rule #3: If any input operand uses the "f" constraint, all output constraints must use the "&" earlyclobber. ??? Detect this more deterministically by having constrain_asm_operands |