summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelLowering.h
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-04-08 06:24:04 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-04-08 06:24:04 +0000
commitc1fa70c35a5fc869f0d2cceef076d5e5bfee27b9 (patch)
tree05eb93a99f05eb81f6ac3cc3a84c1a277196c5a2 /lib/Target/PIC16/PIC16ISelLowering.h
parentddfa57bd7be5341f78481521c223bd7df5c3337a (diff)
downloadllvm-c1fa70c35a5fc869f0d2cceef076d5e5bfee27b9.tar.gz
llvm-c1fa70c35a5fc869f0d2cceef076d5e5bfee27b9.tar.bz2
llvm-c1fa70c35a5fc869f0d2cceef076d5e5bfee27b9.tar.xz
Emit .line debug directives for stoppoints. The debug location is retrieved by the MachineInstr itself, rather than by custom handling the DBG_STOPPOINT nodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h
index 74e4507741..8b441c861a 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/lib/Target/PIC16/PIC16ISelLowering.h
@@ -52,7 +52,6 @@ namespace llvm {
SUBCC, // Compare for equality or inequality.
SELECT_ICC, // Psuedo to be caught in schedular and expanded to brcond.
BRCOND, // Conditional branch.
- PIC16StopPoint,
Dummy
};
@@ -111,7 +110,6 @@ namespace llvm {
SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG);
SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG);
- SDValue LowerStopPoint(SDValue Op, SelectionDAG &DAG);
SDValue getPIC16Cmp(SDValue LHS, SDValue RHS, unsigned OrigCC, SDValue &CC,
SelectionDAG &DAG, DebugLoc dl);
virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,