mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-29 13:18:23 +00:00
Minor cleanup related to my latest scheduler changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -328,7 +328,7 @@ namespace llvm {
|
||||
|
||||
/// isInstr - Return true if this SUnit refers to a machine instruction as
|
||||
/// opposed to an SDNode.
|
||||
bool isInstr() const { return !Node; }
|
||||
bool isInstr() const { return Instr; }
|
||||
|
||||
/// setInstr - Assign the instruction for the SUnit.
|
||||
/// This may be used during post-regalloc scheduling.
|
||||
|
||||
Reference in New Issue
Block a user