diff options
author | Eli Bendersky <eliben@chromium.org> | 2013-07-16 10:52:19 -0700 |
---|---|---|
committer | Eli Bendersky <eliben@chromium.org> | 2013-07-16 10:52:19 -0700 |
commit | 89671101b88b575278760d3dda29571e4fc5ced0 (patch) | |
tree | c934bce899181f4750c0e913fd4e4dcb52d3c68b /lib/Target/Mips | |
parent | 9ba79618f8267263bc774b104e2b0e469be9dcda (diff) |
Make it compile
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.cpp | 3 | ||||
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index 9be1e454e6..5fd2a82930 100644 --- a/lib/Target/Mips/MipsISelLowering.cpp +++ b/lib/Target/Mips/MipsISelLowering.cpp @@ -356,7 +356,6 @@ MipsTargetLowering(MipsTargetMachine &TM) else setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i64, Custom); // @LOCALMOD-END - setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i64, Custom); // Use the default for now setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); @@ -1557,7 +1556,7 @@ GetNaClThreadPointer(SelectionDAG &DAG, DebugLoc DL) const { // @LOCALMOD-END SDValue MipsTargetLowering:: -LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const +lowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const { // If the relocation model is PIC, use the General Dynamic TLS Model or // Local Dynamic TLS model, otherwise use the Initial Exec or diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index 3169dd075b..e62daba4a1 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h @@ -330,7 +330,6 @@ namespace llvm { const SDNode *CallNode, const Type *RetTy) const; // Lower Operand specifics - SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const; // @LOCALMOD SDValue lowerBR_JT(SDValue Op, SelectionDAG &DAG) const; SDValue lowerBRCOND(SDValue Op, SelectionDAG &DAG) const; SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const; |