mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fix typo
llvm-svn: 23578
This commit is contained in:
parent
50411b1026
commit
2f63a0f7c6
@ -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