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 1c51612d42
commit 07ee478829
1 changed files with 1 additions and 1 deletions

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.