make some methods protected instead of private

llvm-svn: 26681
This commit is contained in:
Chris Lattner 2006-03-10 06:30:11 +00:00
parent 349e9ddccc
commit 243f7dc0a0
1 changed files with 4 additions and 4 deletions

View File

@ -382,16 +382,16 @@ namespace llvm {
private:
void AddOperand(MachineInstr *MI, SDOperand Op, unsigned IIOpNum,
const TargetInstrDescriptor *II);
void AddToGroup(NodeInfo *D, NodeInfo *U);
protected:
/// PrepareNodeInfo - Set up the basic minimum node info for scheduling.
///
void PrepareNodeInfo();
/// IdentifyGroups - Put flagged nodes into groups.
///
void IdentifyGroups();
void AddToGroup(NodeInfo *D, NodeInfo *U);
};
/// createSimpleDAGScheduler - This creates a simple two pass instruction