summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm-asm-diag.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-05-01 20:10:14 +0000
committerChad Rosier <mcrosier@apple.com>2013-05-01 20:10:14 +0000
commitbc668b06428765e38006f3822bd0eae424f492b0 (patch)
treebf0a427eb963cabe904d9a8326d41acfb8ed38f6 /clang/test/CodeGen/arm-asm-diag.c
parentfa6e1f94a427376886f6e9ca8cded38a59257d11 (diff)
downloadbcm5719-llvm-bc668b06428765e38006f3822bd0eae424f492b0.tar.gz
bcm5719-llvm-bc668b06428765e38006f3822bd0eae424f492b0.zip
Fix typo in FileCheck.
llvm-svn: 180877
Diffstat (limited to 'clang/test/CodeGen/arm-asm-diag.c')
-rw-r--r--clang/test/CodeGen/arm-asm-diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm-asm-diag.c b/clang/test/CodeGen/arm-asm-diag.c
index 75fbad6a86c..eea7920b106 100644
--- a/clang/test/CodeGen/arm-asm-diag.c
+++ b/clang/test/CodeGen/arm-asm-diag.c
@@ -1,5 +1,5 @@
// REQUIRES: arm-registered-target
-// RUN: %clang_cc1 -triple armv7 %s -S -o /dev/null 2>&1 | Filecheck %s
+// RUN: %clang_cc1 -triple armv7 %s -S -o /dev/null 2>&1 | FileCheck %s
// rdar://13446483
typedef __attribute__((neon_vector_type(2))) long long int64x2_t;
OpenPOWER on IntegriCloud