mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
oops, this shouldn't have gotten in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6892f28e99
commit
a2610934a0
@ -228,8 +228,6 @@ SDOperand IA64DAGToDAGISel::SelectDIV(SDOperand Op) {
|
|||||||
TmpPR = TmpF5.getValue(1);
|
TmpPR = TmpF5.getValue(1);
|
||||||
Chain = TmpF5.getValue(2);
|
Chain = TmpF5.getValue(2);
|
||||||
|
|
||||||
Chain = CurDAG->getCopyToReg(Chain, IA64::F8, TmpF5);
|
|
||||||
|
|
||||||
SDOperand minusB;
|
SDOperand minusB;
|
||||||
if(isModulus) { // for remainders, it'll be handy to have
|
if(isModulus) { // for remainders, it'll be handy to have
|
||||||
// copies of -input_b
|
// copies of -input_b
|
||||||
|
Loading…
Reference in New Issue
Block a user