diff options
| author | Reid Kleckner <rnk@google.com> | 2016-10-20 20:53:20 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2016-10-20 20:53:20 +0000 |
| commit | ae818501b7d891512de45c1f7362045c53440a46 (patch) | |
| tree | cad98b7a755a9f4ea661ab2ebb1eb7c7ecc5b989 /llvm/test/Transforms/LoopVectorize/small-loop.ll | |
| parent | 94dff2c0af5cd8bb3877e6defad76e6cec60d1e8 (diff) | |
| download | bcm5719-llvm-ae818501b7d891512de45c1f7362045c53440a46.tar.gz bcm5719-llvm-ae818501b7d891512de45c1f7362045c53440a46.zip | |
Fix off-by-one error in PPCaching.cpp token annotation assertion
This assert is intended to defend against backtracking into the middle
of a sequence of tokens that is being replaced with an annotation, but
it's OK if we backtrack to the exact position of the start of the
annotation sequence. Use a <= comparison instead of <.
Fixes PR25946
llvm-svn: 284777
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/small-loop.ll')
0 files changed, 0 insertions, 0 deletions

