From: David Majnemer Date: Tue, 30 Jun 2015 10:05:43 +0000 (+0000) Subject: Correct a typo for a LoopVectorize test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=427ea8e18a1ad3c4c0d8817b026b1a39f90e4f6c;p=oota-llvm.git Correct a typo for a LoopVectorize test I forgot to specify the correct pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241054 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll b/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll index 56ea2f4c31d..13ceaef4dbb 100644 --- a/test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll +++ b/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"