diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-03 02:06:26 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-03 02:06:26 +0000 |
commit | d46792c2862f9f1efad65f3aa20abfef6df708cb (patch) | |
tree | 2a9cb539ca5848bf255cc5ba278466b283058f23 /gcc/local-alloc.c | |
parent | df40bb170d6993085f1c22d4618968675b8b118a (diff) | |
download | gcc-d46792c2862f9f1efad65f3aa20abfef6df708cb.tar.gz |
* local-alloc.c (contains_replace_regs): LO_SUM may contain
replace regs.
* gcc.c-torture/execute/20020402-2.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51773 138bc75d-0d04-0410-961f-82ee72b054a4
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 4da7eac849a..cd216f96d0f 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: |