mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
add a method
llvm-svn: 26357
This commit is contained in:
parent
304aeda827
commit
291e17764d
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user