diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelDAGToDAG.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsISelDAGToDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelDAGToDAG.h b/llvm/lib/Target/Mips/MipsISelDAGToDAG.h index 7096a52f9ef..aec731e0dff 100644 --- a/llvm/lib/Target/Mips/MipsISelDAGToDAG.h +++ b/llvm/lib/Target/Mips/MipsISelDAGToDAG.h @@ -119,7 +119,7 @@ private: // getImm - Return a target constant with the specified value. inline SDValue getImm(const SDNode *Node, uint64_t Imm) { - return CurDAG->getTargetConstant(Imm, SDLoc(Node), Node->getValueType(0)); + return CurDAG->getTargetConstant(Imm, Node->getValueType(0)); } virtual void processFunctionAfterISel(MachineFunction &MF) = 0; |