mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a typo in a comment.
llvm-svn: 49502
This commit is contained in:
parent
392a40e40a
commit
aa52f1c5b0
@ -256,7 +256,7 @@ namespace llvm {
|
||||
DenseMap<SDNode*, std::vector<SUnit*> > SUnitMap;
|
||||
// SDNode to SUnit mapping (n -> n).
|
||||
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,
|
||||
const TargetMachine &tm);
|
||||
|
Loading…
Reference in New Issue
Block a user