mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
oops, this shouldn't have gotten in
llvm-svn: 25388
This commit is contained in:
parent
759a96e1a3
commit
c667c360e3
@ -228,8 +228,6 @@ SDOperand IA64DAGToDAGISel::SelectDIV(SDOperand Op) {
|
||||
TmpPR = TmpF5.getValue(1);
|
||||
Chain = TmpF5.getValue(2);
|
||||
|
||||
Chain = CurDAG->getCopyToReg(Chain, IA64::F8, TmpF5);
|
||||
|
||||
SDOperand minusB;
|
||||
if(isModulus) { // for remainders, it'll be handy to have
|
||||
// copies of -input_b
|
||||
|
Loading…
Reference in New Issue
Block a user