mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-10 13:48:44 +00:00
add an emitnoop method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -309,13 +309,17 @@ namespace llvm {
|
||||
///
|
||||
void EmitNode(NodeInfo *NI);
|
||||
|
||||
/// EmitNoop - Emit a noop instruction.
|
||||
///
|
||||
void EmitNoop();
|
||||
|
||||
/// EmitAll - Emit all nodes in schedule sorted order.
|
||||
///
|
||||
void EmitAll();
|
||||
|
||||
/// Schedule - Order nodes according to selected style.
|
||||
///
|
||||
virtual void Schedule() {};
|
||||
virtual void Schedule() {}
|
||||
|
||||
/// printNI - Print node info.
|
||||
///
|
||||
|
Reference in New Issue
Block a user