summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-09-25 00:52:34 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-09-25 00:52:34 +0000
commite36a62c23d332658e4513d67eedb392b9c27f470 (patch)
tree85aa1a7f12fd27ce7bb214f4dbf9e2d32de7f909 /lib/Target/Mips/MipsISelLowering.h
parentd47aa3adbef5ee2343b61c96292454f3a5b77dbc (diff)
downloadllvm-e36a62c23d332658e4513d67eedb392b9c27f470.tar.gz
llvm-e36a62c23d332658e4513d67eedb392b9c27f470.tar.bz2
llvm-e36a62c23d332658e4513d67eedb392b9c27f470.tar.xz
Revert r191350.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index f778d36808..20211146e2 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -248,16 +248,11 @@ namespace llvm {
protected:
SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
- template<class NodeTy>
- SDValue getAddrLocal(NodeTy *N, EVT Ty, SelectionDAG &DAG,
- bool HasMips64) const;
+ SDValue getAddrLocal(SDValue Op, SelectionDAG &DAG, bool HasMips64) const;
- template<class NodeTy>
- SDValue getAddrGlobal(NodeTy *N, EVT Ty, SelectionDAG &DAG,
- unsigned Flag) const;
+ SDValue getAddrGlobal(SDValue Op, SelectionDAG &DAG, unsigned Flag) const;
- template<class NodeTy>
- SDValue getAddrGlobalLargeGOT(NodeTy *N, EVT Ty, SelectionDAG &DAG,
+ SDValue getAddrGlobalLargeGOT(SDValue Op, SelectionDAG &DAG,
unsigned HiFlag, unsigned LoFlag) const;
/// This function fills Ops, which is the list of operands that will later