mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97f37a439c
commit
3c2da661b6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user