summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-01 04:57:39 +0000
committerChris Lattner <sabre@nondot.org>2006-03-01 04:57:39 +0000
commit8c13d0a5734a2f9d2b1c3870732cafffb20e3a55 (patch)
tree1e84cfb385a809bd1d9c0add1ba15de16bce88e5 /lib/Target/PowerPC/PPCISelLowering.h
parent257bedbeaf272feb2b15a5cf2718fbe508fcd04e (diff)
downloadllvm-8c13d0a5734a2f9d2b1c3870732cafffb20e3a55.tar.gz
llvm-8c13d0a5734a2f9d2b1c3870732cafffb20e3a55.tar.bz2
llvm-8c13d0a5734a2f9d2b1c3870732cafffb20e3a55.tar.xz
Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 86264aec38..8825b1ef00 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -81,6 +81,8 @@ namespace llvm {
///
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
+ virtual SDOperand PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
+
/// LowerArguments - This hook must be implemented to indicate how we should
/// lower the arguments for the specified function, into the specified DAG.
virtual std::vector<SDOperand>