mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
ScheduleDAGInstrs comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84b454d1a2
commit
7b58ae77ac
@ -281,8 +281,10 @@ namespace llvm {
|
||||
|
||||
virtual void dumpNode(const SUnit *SU) const;
|
||||
|
||||
/// Return a label for a DAG node that points to an instruction.
|
||||
virtual std::string getGraphNodeLabel(const SUnit *SU) const;
|
||||
|
||||
/// Return a label for the region of code covered by the DAG.
|
||||
virtual std::string getDAGName() const;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user