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

Fix typo in a test from r210342.

llvm-svn: 210343
This commit is contained in:
Michael Zolotukhin 2014-06-06 15:49:47 +00:00
parent 9d707e2cbe
commit 062b2dcf57

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -basicaa -slp-vectorizer -S |Filecheck %s
; RUN: opt < %s -basicaa -slp-vectorizer -S |FileCheck %s
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
; Test if SLP can handle GEP expressions.