mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-06 21:27:23 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -256,7 +256,7 @@ namespace llvm {
|
|||||||
DenseMap<SDNode*, std::vector<SUnit*> > SUnitMap;
|
DenseMap<SDNode*, std::vector<SUnit*> > SUnitMap;
|
||||||
// SDNode to SUnit mapping (n -> n).
|
// SDNode to SUnit mapping (n -> n).
|
||||||
std::vector<SUnit> SUnits; // The scheduling units.
|
std::vector<SUnit> SUnits; // The scheduling units.
|
||||||
SmallSet<SDNode*, 16> CommuteSet; // Nodes the should be commuted.
|
SmallSet<SDNode*, 16> CommuteSet; // Nodes that should be commuted.
|
||||||
|
|
||||||
ScheduleDAG(SelectionDAG &dag, MachineBasicBlock *bb,
|
ScheduleDAG(SelectionDAG &dag, MachineBasicBlock *bb,
|
||||||
const TargetMachine &tm);
|
const TargetMachine &tm);
|
||||||
|
Reference in New Issue
Block a user