aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-04-03 17:44:56 +0000
committerHal Finkel <hfinkel@anl.gov>2013-04-03 17:44:56 +0000
commit63c32a7a9fd30f67bc623c818f434e742d43c085 (patch)
treed5c920a16e08aab6ec2de7bcd7035a1b9625bc27 /lib/Target/PowerPC/PPCISelLowering.h
parentdae2a20a56b28b4685249982a80a0043b7673e09 (diff)
downloadexternal_llvm-63c32a7a9fd30f67bc623c818f434e742d43c085.zip
external_llvm-63c32a7a9fd30f67bc623c818f434e742d43c085.tar.gz
external_llvm-63c32a7a9fd30f67bc623c818f434e742d43c085.tar.bz2
Cleanup PPC reciprocal-estimate functionality
Incorporating review feedback from Bill Schmidt on r178617. No functionality change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 2ddcb25..7157b70 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -624,9 +624,8 @@ namespace llvm {
SDValue lowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const;
SDValue lowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const;
- SDValue DAGCombineFastRecip(SDNode *N, DAGCombinerInfo &DCI,
- bool UseOperand = true) const;
- SDValue DAGCombineFastRecipFSQRT(SDNode *N, DAGCombinerInfo &DCI) const;
+ SDValue DAGCombineFastRecip(SDValue Op, DAGCombinerInfo &DCI) const;
+ SDValue DAGCombineFastRecipFSQRT(SDValue Op, DAGCombinerInfo &DCI) const;
};
}