diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-06 20:02:56 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-06 20:02:56 +0000 |
commit | d6e0e0532b1f293b61c28b22518b6e7a7efb5a5a (patch) | |
tree | a92b3b85b56a87b3df3dd8f8faf80353f6004e9f /gcc/reg-stack.c | |
parent | 777375dbdebf0d1bd421e3a720cf454d406b015d (diff) | |
download | gcc-d6e0e0532b1f293b61c28b22518b6e7a7efb5a5a.tar.gz |
Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60949 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-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 |