mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
fix typo in comment; NFC
llvm-svn: 244607
This commit is contained in:
parent
2339784c39
commit
7aac75b6df
@ -1724,7 +1724,7 @@ struct LoopVectorize : public FunctionPass {
|
||||
|
||||
// Compute the weighted frequency of this loop being executed and see if it
|
||||
// is less than 20% of the function entry baseline frequency. Note that we
|
||||
// always have a canonical loop here because we think we *can* vectoriez.
|
||||
// always have a canonical loop here because we think we *can* vectorize.
|
||||
// FIXME: This is hidden behind a flag due to pervasive problems with
|
||||
// exactly what block frequency models.
|
||||
if (LoopVectorizeWithBlockFrequency) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user