1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

add a method

llvm-svn: 26357
This commit is contained in:
Chris Lattner 2006-02-24 18:53:51 +00:00
parent 304aeda827
commit 291e17764d

View File

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