Fix typo in a test from r210342.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Fri, 6 Jun 2014 15:49:47 +0000 (15:49 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Fri, 6 Jun 2014 15:49:47 +0000 (15:49 +0000)
llvm-svn: 210343

llvm/test/Transforms/SLPVectorizer/X86/gep.ll

index d6eedad..9e105ec 100644 (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.