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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210343 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SLPVectorizer/X86/gep.ll

index d6eedad9ddea7f2cf0d4c687170ee335f71f4c74..9e105ec984894ffaa77757a3ef1764af7e1a9344 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.