diff options
author | Richard Henderson <rth@redhat.com> | 2002-04-02 18:06:26 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-04-02 18:06:26 -0800 |
commit | 7a145e929d4f1df9043baf5a26e991629ce077dc (patch) | |
tree | 2a9cb539ca5848bf255cc5ba278466b283058f23 /gcc/local-alloc.c | |
parent | d32c91705de3d841922e57f920c7cbe86c71b122 (diff) | |
download | gcc-7a145e929d4f1df9043baf5a26e991629ce077dc.zip gcc-7a145e929d4f1df9043baf5a26e991629ce077dc.tar.gz gcc-7a145e929d4f1df9043baf5a26e991629ce077dc.tar.bz2 |
local-alloc.c (contains_replace_regs): LO_SUM may contain replace regs.
* local-alloc.c (contains_replace_regs): LO_SUM may contain
replace regs.
* gcc.c-torture/execute/20020402-2.c: New.
From-SVN: r51773
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 4da7eac..cd216f9 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -664,7 +664,6 @@ contains_replace_regs (x) case PC: case CC0: case HIGH: - case LO_SUM: return 0; case REG: |