diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-06-20 05:29:26 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-06-20 05:29:26 +0000 |
commit | c73b6d6bf7facd0490388aea771b899292877d25 (patch) | |
tree | 6d60f1b8254d02ee5748a10e606acc61558f5052 /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
parent | ddd88a559f0f872ed9302dd3247dc231e2a44a07 (diff) | |
download | llvm-c73b6d6bf7facd0490388aea771b899292877d25.zip llvm-c73b6d6bf7facd0490388aea771b899292877d25.tar.gz llvm-c73b6d6bf7facd0490388aea771b899292877d25.tar.bz2 |
[NFC] fix trivial typos in comments
llvm-svn: 335096
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index 7ca1994..5e39e53 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -2759,7 +2759,7 @@ bool MachineBlockPlacement::runOnMachineFunction(MachineFunction &MF) { TailDupSize = TailDupPlacementAggressiveThreshold; TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); - // For agressive optimization, we can adjust some thresholds to be less + // For aggressive optimization, we can adjust some thresholds to be less // conservative. if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { // At O3 we should be more willing to copy blocks for tail duplication. This |