Fix typo in a test from r210342.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Zolotukhin 2014-06-06 15:49:47 +00:00
parent afbe82d590
commit f4f9c6bfc1

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.