diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-03-20 13:42:20 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-03-20 13:42:20 +0000 |
commit | 04c76e09b504cfcb8d21898cdd053781c349e6df (patch) | |
tree | 47a05fd9f5b035a2646f76924ed0afa0170c8e49 /lib/Target/PIC16/PIC16ISelLowering.h | |
parent | dd5d7fe66802b6687af835c57b17a06c37d5f315 (diff) | |
download | external_llvm-04c76e09b504cfcb8d21898cdd053781c349e6df.zip external_llvm-04c76e09b504cfcb8d21898cdd053781c349e6df.tar.gz external_llvm-04c76e09b504cfcb8d21898cdd053781c349e6df.tar.bz2 |
Reformatting. Inserted code comments. Cleaned interfaces.
Removed unncessary code. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r-- | lib/Target/PIC16/PIC16ISelLowering.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h index 774b1b2..75e824a 100644 --- a/lib/Target/PIC16/PIC16ISelLowering.h +++ b/lib/Target/PIC16/PIC16ISelLowering.h @@ -120,15 +120,6 @@ namespace llvm { // function will return true bool isRomAddress(const SDValue &Op); - // To extract chain value from the SDValue Nodes - // This function will help to maintain the chain extracting - // code at one place. In case of any change in future it will - // help maintain the code - SDValue getChain(SDValue &Op); - - SDValue getOutFlag(SDValue &Op); - - // Extract the Lo and Hi component of Op. void GetExpandedParts(SDValue Op, SelectionDAG &DAG, SDValue &Lo, SDValue &Hi); @@ -173,11 +164,6 @@ namespace llvm { // Check if operation has a direct load operand. inline bool isDirectLoad(const SDValue Op); - // Create the symbol and index for function frame - void getCurrentFrameIndex(SelectionDAG &DAG, SDValue &ES, - unsigned SlotSize, int &FI); - - SDValue getCurrentFrame(SelectionDAG &DAG); }; } // namespace llvm |