add a method

llvm-svn: 26357
This commit is contained in:
Chris Lattner 2006-02-24 18:53:51 +00:00
parent b580d26e7d
commit bbc861543f
1 changed files with 3 additions and 0 deletions

View File

@ -335,6 +335,9 @@ namespace llvm {
virtual void dump() const; virtual void dump() const;
private: private:
void AddOperand(MachineInstr *MI, SDOperand Op, unsigned IIOpNum,
const TargetInstrDescriptor *II);
/// PrepareNodeInfo - Set up the basic minimum node info for scheduling. /// PrepareNodeInfo - Set up the basic minimum node info for scheduling.
/// ///
void PrepareNodeInfo(); void PrepareNodeInfo();