Deleted Added
full compact
XCoreInstrInfo.h (198090) XCoreInstrInfo.h (200581)
1//===- XCoreInstrInfo.h - XCore Instruction Information ---------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 73 unchanged lines hidden (view full) ---

82 virtual bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
83 MachineBasicBlock::iterator MI,
84 const std::vector<CalleeSavedInfo> &CSI) const;
85
86 virtual bool restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
87 MachineBasicBlock::iterator MI,
88 const std::vector<CalleeSavedInfo> &CSI) const;
89
1//===- XCoreInstrInfo.h - XCore Instruction Information ---------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 73 unchanged lines hidden (view full) ---

82 virtual bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
83 MachineBasicBlock::iterator MI,
84 const std::vector<CalleeSavedInfo> &CSI) const;
85
86 virtual bool restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
87 MachineBasicBlock::iterator MI,
88 const std::vector<CalleeSavedInfo> &CSI) const;
89
90 virtual bool BlockHasNoFallThrough(const MachineBasicBlock &MBB) const;
91
92 virtual bool ReverseBranchCondition(
93 SmallVectorImpl<MachineOperand> &Cond) const;
94};
95
96}
97
98#endif
90 virtual bool ReverseBranchCondition(
91 SmallVectorImpl<MachineOperand> &Cond) const;
92};
93
94}
95
96#endif