1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Correct a typo for a LoopVectorize test

I forgot to specify the correct pass.

llvm-svn: 241054
This commit is contained in:
David Majnemer 2015-06-30 10:05:43 +00:00
parent 8f128b1fb2
commit e319443acb

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 datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"