Commit 4e6ff75
committed
[Vectorize] Fix a warning
This patch fixes:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7245:1: error:
unused function 'planContainsAdditionalSimplifications'
[-Werror,-Wunused-function]1 parent a1e9b7e commit 4e6ff75
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7241 | 7241 | | |
7242 | 7242 | | |
7243 | 7243 | | |
7244 | | - | |
| 7244 | + | |
7245 | 7245 | | |
7246 | 7246 | | |
7247 | 7247 | | |
| |||
0 commit comments