summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelLowering.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-01-30 23:10:59 +0000
committerDale Johannesen <dalej@apple.com>2009-01-30 23:10:59 +0000
commit7d2ad624fa749a6d3edac0d94e9c107989c16304 (patch)
tree095d40254d85cf1011ebfbfeb6901b38f21ea75c /lib/Target/PIC16/PIC16ISelLowering.h
parentd34470c4f76483f0f1098527d416cd065d46d950 (diff)
downloadllvm-7d2ad624fa749a6d3edac0d94e9c107989c16304.tar.gz
llvm-7d2ad624fa749a6d3edac0d94e9c107989c16304.tar.bz2
llvm-7d2ad624fa749a6d3edac0d94e9c107989c16304.tar.xz
Make LowerCallTo and LowerArguments take a DebugLoc
argument. Adjust all callers and overloaded versions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h
index 78571f46fb..011d91e438 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/lib/Target/PIC16/PIC16ISelLowering.h
@@ -168,7 +168,7 @@ namespace llvm {
// Make PIC16 Libcall
SDValue MakePIC16Libcall(PIC16ISD::PIC16Libcall Call, MVT RetVT,
const SDValue *Ops, unsigned NumOps, bool isSigned,
- SelectionDAG &DAG);
+ SelectionDAG &DAG, DebugLoc dl);
// Check if operation has a direct load operand.
inline bool isDirectLoad(const SDValue Op);