diff options
Diffstat (limited to 'llvm/lib/CodeGen/VLIWMachineScheduler.cpp')
-rw-r--r-- | llvm/lib/CodeGen/VLIWMachineScheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VLIWMachineScheduler.cpp b/llvm/lib/CodeGen/VLIWMachineScheduler.cpp index 8225d4ea6996..88460971338c 100644 --- a/llvm/lib/CodeGen/VLIWMachineScheduler.cpp +++ b/llvm/lib/CodeGen/VLIWMachineScheduler.cpp @@ -582,7 +582,7 @@ int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { for (const auto &P : PD) { if (!P.isValid()) continue; - // The pressure differences are computed bottom-up, so the comparision for + // The pressure differences are computed bottom-up, so the comparison for // an increase is positive in the bottom direction, but negative in the // top-down direction. if (HighPressureSets[P.getPSet()]) |