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
This commit is contained in:
David Majnemer 2015-06-30 10:05:43 +00:00
parent 5dee8da754
commit 427ea8e18a

View File

@ -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"