1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

oops, this shouldn't have gotten in

llvm-svn: 25388
This commit is contained in:
Duraid Madina 2006-01-17 03:09:48 +00:00
parent 759a96e1a3
commit c667c360e3

View File

@ -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