diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 2003-01-06 20:02:56 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2003-01-06 20:02:56 +0000 |
commit | 06d42c2251f9fb2d1fee57c6fccad499b18da597 (patch) | |
tree | a92b3b85b56a87b3df3dd8f8faf80353f6004e9f /gcc/reg-stack.c | |
parent | 80c4581d61f758977c799cc323949bfacf85c223 (diff) | |
download | gcc-06d42c2251f9fb2d1fee57c6fccad499b18da597.tar.gz |
Fix comment typo.
From-SVN: r60949
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 |