diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 03:59:40 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 03:59:40 +0000 |
commit | f72aed244a1d10f19ba9d3ea943d9bb32fb02041 (patch) | |
tree | 74f27bca772c329910ceeb39b9ae4ed0ab88bd26 /gcc/combine.c | |
parent | 8d6c8465b4aa95ec6d6dd35fd71908bcfbd7be3a (diff) | |
download | gcc-f72aed244a1d10f19ba9d3ea943d9bb32fb02041.zip gcc-f72aed244a1d10f19ba9d3ea943d9bb32fb02041.tar.gz gcc-f72aed244a1d10f19ba9d3ea943d9bb32fb02041.tar.bz2 |
*** empty log message ***
From-SVN: r1263
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 6026d45..79cc7e1 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1965,7 +1965,7 @@ find_split_point (loc) /* If we have a PLUS whose second operand is a constant and the address is not valid, perhaps will can split it up using the machine-specific way to split large constants. We use - the first psuedo-reg (one of the virtual regs) as a placeholder; + the first pseudo-reg (one of the virtual regs) as a placeholder; it will not remain in the result. */ if (GET_CODE (XEXP (x, 0)) == PLUS && GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT |