mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 01:50:35 +08:00
re PR target/21551 (ia64 bootstrap failed)
2005-05-15 H.J. Lu <hongjiu.lu@intel.com> PR target/21551 * config/ia64/ia64.c (ia64_expand_move): Don't add addend twice. From-SVN: r99760
This commit is contained in:
parent
43da81be39
commit
21e4385058
@ -1,3 +1,8 @@
|
||||
2005-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/21551
|
||||
* config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.
|
||||
|
||||
2005-05-15 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
Fix PR tree-optimization/21576
|
||||
|
@ -984,6 +984,8 @@ ia64_expand_move (rtx op0, rtx op1)
|
||||
op1 = plus_constant (sym, addend_hi);
|
||||
addend = addend_lo;
|
||||
}
|
||||
else
|
||||
addend = 0;
|
||||
}
|
||||
else
|
||||
op1 = sym;
|
||||
|
Loading…
x
Reference in New Issue
Block a user