diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-07 15:57:19 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-07 15:57:19 +0000 |
commit | e581c4fc3f4ec03d70e2a85fdafa10d7014a642f (patch) | |
tree | 609d3466d6c461593db6035eb1e2ddb0da143eda /gcc/config/tahoe | |
parent | 35bb04fcfd43fd90dfcdec814868018ba4e86726 (diff) | |
download | gcc-e581c4fc3f4ec03d70e2a85fdafa10d7014a642f.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/tahoe')
-rw-r--r-- | gcc/config/tahoe/tahoe.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tahoe/tahoe.md b/gcc/config/tahoe/tahoe.md index 29106ae7665..9934ed4efe5 100644 --- a/gcc/config/tahoe/tahoe.md +++ b/gcc/config/tahoe/tahoe.md @@ -1635,7 +1635,7 @@ ; for the call = number bytes for args + 4 (define_insn "call_value" - [(set (match_operand 0 "" "g") + [(set (match_operand 0 "" "=g") (call (match_operand:QI 1 "memory_operand" "m") (match_operand:QI 2 "general_operand" "g")))] "" |