diff options
Diffstat (limited to 'lib/Target/Blackfin')
| -rw-r--r-- | lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp b/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp index 80ee107..9df2aee 100644 --- a/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp +++ b/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp @@ -51,8 +51,7 @@ namespace {    private:      SDNode *Select(SDNode *N); -    bool SelectADDRspii(SDNode *Op, SDValue Addr, -                        SDValue &Base, SDValue &Offset); +    bool SelectADDRspii(SDValue Addr, SDValue &Base, SDValue &Offset);      // Walk the DAG after instruction selection, fixing register class issues.      void FixRegisterClasses(SelectionDAG &DAG); @@ -94,8 +93,7 @@ SDNode *BlackfinDAGToDAGISel::Select(SDNode *N) {    return SelectCode(N);  } -bool BlackfinDAGToDAGISel::SelectADDRspii(SDNode *Op, -                                          SDValue Addr, +bool BlackfinDAGToDAGISel::SelectADDRspii(SDValue Addr,                                            SDValue &Base,                                            SDValue &Offset) {    FrameIndexSDNode *FIN = 0;  | 
