summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-04-13 02:13:30 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-04-13 02:13:30 +0000
commit4e0980af2e9eda80cbd82895167e650d83ffe087 (patch)
tree6cd7040ae88b7db9c16e1b315ffb009435f4d0c6 /lib/Target/Mips/MipsISelLowering.h
parent69893a224da22cff2ef37b68f8e28c3459679837 (diff)
downloadllvm-4e0980af2e9eda80cbd82895167e650d83ffe087.tar.gz
llvm-4e0980af2e9eda80cbd82895167e650d83ffe087.tar.bz2
llvm-4e0980af2e9eda80cbd82895167e650d83ffe087.tar.xz
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
lowerINTRINSIC_WO_CHAIN into MipsSETargetLowering. No functionality changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index cab71a61e0..9e15b9a876 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -345,8 +345,6 @@ namespace llvm {
bool IsSRA) const;
SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
- SDValue lowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const;
- SDValue lowerINTRINSIC_W_CHAIN(SDValue Op, SelectionDAG &DAG) const;
SDValue lowerADD(SDValue Op, SelectionDAG &DAG) const;
/// isEligibleForTailCallOptimization - Check whether the call is eligible