aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-21 09:00:29 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-21 09:00:29 +0000
commit1497b52861fa267815ae822ce247ca74746ef211 (patch)
treed57e9c6df9132b004dacd529f2e4549f955d2cf1 /lib/Target/PIC16/PIC16ISelLowering.h
parent41cb4919733565c697e529494f3fcfa380f318bb (diff)
downloadexternal_llvm-1497b52861fa267815ae822ce247ca74746ef211.zip
external_llvm-1497b52861fa267815ae822ce247ca74746ef211.tar.gz
external_llvm-1497b52861fa267815ae822ce247ca74746ef211.tar.bz2
Cleanup whitespace and comments, and tweak some
prototypes, in operand type legalization. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h
index 73cebeb..78571f4 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/lib/Target/PIC16/PIC16ISelLowering.h
@@ -97,9 +97,9 @@ namespace llvm {
virtual void ReplaceNodeResults(SDNode *N,
SmallVectorImpl<SDValue> &Results,
SelectionDAG &DAG);
- virtual void LowerOperationWrapper(SDValue Op,
- SmallVectorImpl<SDValue> &Results,
- SelectionDAG &DAG);
+ virtual void LowerOperationWrapper(SDNode *N,
+ SmallVectorImpl<SDValue> &Results,
+ SelectionDAG &DAG);
SDValue ExpandStore(SDNode *N, SelectionDAG &DAG);
SDValue ExpandLoad(SDNode *N, SelectionDAG &DAG);