diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2015-06-30 10:05:43 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2015-06-30 10:05:43 +0000 |
| commit | 21a7cfec640baa5d16303f4770b697cbb59c7a82 (patch) | |
| tree | e783b0139dfff323882a0e0d170c95a7e8a6ffbb /llvm/test | |
| parent | a3c7b742083ce9c5e501804582266ad91efce71b (diff) | |
| download | bcm5719-llvm-21a7cfec640baa5d16303f4770b697cbb59c7a82.tar.gz bcm5719-llvm-21a7cfec640baa5d16303f4770b697cbb59c7a82.zip | |
Correct a typo for a LoopVectorize test
I forgot to specify the correct pass.
llvm-svn: 241054
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll b/llvm/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll index 56ea2f4c31d..13ceaef4dbb 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll @@ -1,4 +1,4 @@ -; RUN: opt -slp-vectorizer -S %s +; RUN: opt -loop-vectorize -S %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |

