Fix a typo in a comment.

llvm-svn: 49502
This commit is contained in:
Dan Gohman 2008-04-10 22:27:06 +00:00
parent 969bb805f9
commit 7603a182cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);