diff options
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.h')
| -rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/lib/Target/Sparc/SparcInstrInfo.h b/lib/Target/Sparc/SparcInstrInfo.h index 166793e..9df9bad 100644 --- a/lib/Target/Sparc/SparcInstrInfo.h +++ b/lib/Target/Sparc/SparcInstrInfo.h @@ -61,6 +61,11 @@ public:    /// not, return 0.  This predicate must return 0 if the instruction has    /// any side effects other than storing to the stack slot.    virtual unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const; +   +   +  virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, +                            MachineBasicBlock *FBB, +                            const std::vector<MachineOperand> &Cond) const;  };  } | 
