projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca52695
)
Fix a typo in LoopVectorize.cpp. NFC.
author
Cong Hou
<congh@google.com>
Sat, 5 Dec 2015 01:00:22 +0000
(
01:00
+0000)
committer
Cong Hou
<congh@google.com>
Sat, 5 Dec 2015 01:00:22 +0000
(
01:00
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254813
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Vectorize/LoopVectorize.cpp
b/lib/Transforms/Vectorize/LoopVectorize.cpp
index c5b8b5b073d6779f110d4ace19c05f14620ebe33..917f2d55f6cb18e4e553ae26f1390d262424c657 100644
(file)
--- a/
lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/
lib/Transforms/Vectorize/LoopVectorize.cpp
@@
-5188,7
+5188,7
@@
LoopVectorizationCostModel::calculateRegisterUsage(
continue;
}
- // Count the number of live intevals.
+ // Count the number of live inte
r
vals.
unsigned RegUsage = 0;
for (auto Inst : OpenIntervals)
RegUsage += GetRegUsage(Inst->getType(), VFs[j]);