diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-05-05 16:58:05 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-05-05 16:58:05 +0000 |
commit | f6eed26d8041cda74e0d2cff541db2f033873e28 (patch) | |
tree | d5c2e1107aab6c1461ae4a719a790bb78e38a8bd | |
parent | d31d3db4c4a62d40839a16f987bc844d8589b5b0 (diff) | |
download | gcc-f6eed26d8041cda74e0d2cff541db2f033873e28.zip gcc-f6eed26d8041cda74e0d2cff541db2f033873e28.tar.gz gcc-f6eed26d8041cda74e0d2cff541db2f033873e28.tar.bz2 |
*** empty log message ***
From-SVN: r904
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e8d3224..3c10ef8 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -653,7 +653,7 @@ read_only_operand (operand) /* Return the best assembler insn template for moving operands[1] into operands[0] as a fullword. */ -static char * +char * singlemove_string (operands) rtx *operands; { |