mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 21:14:56 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
919c032fa4
commit
2c1760f636
@ -1012,7 +1012,7 @@ SDOperand PPC32DAGToDAGISel::Select(SDOperand Op) {
|
||||
if (Ty == MVT::f32)
|
||||
CurDAG->SelectNodeTo(N, PPC::FNEGS, MVT::f32, Val);
|
||||
else
|
||||
CurDAG->SelectNodeTo(N, PPC::FNEGS, MVT::f64, Val);
|
||||
CurDAG->SelectNodeTo(N, PPC::FNEGD, MVT::f64, Val);
|
||||
return SDOperand(N, 0);
|
||||
}
|
||||
case ISD::FSQRT: {
|
||||
|
Loading…
Reference in New Issue
Block a user