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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue