projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919c032
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Sat, 1 Oct 2005 02:51:36 +0000
(
02:51
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 1 Oct 2005 02:51:36 +0000
(
02:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23578
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
index ab6c14f5562948877c9bab25edc2fcc8c5fc3440..15d3e144aaec3eac9461cbed1255c036a4beded5 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
+++ b/
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@
-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::FNEG
S
, MVT::f64, Val);
+ CurDAG->SelectNodeTo(N, PPC::FNEG
D
, MVT::f64, Val);
return SDOperand(N, 0);
}
case ISD::FSQRT: {