summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-08-12 12:43:26 +0000
committerTim Northover <tnorthover@apple.com>2013-08-12 12:43:26 +0000
commit501977eb7ae8cded22fb85330c6e6fab19b52b25 (patch)
treeabe97e6da58cb08218c7b0b46ba80ac24f72c3c6 /llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll
parent5903685a285f4993cf14d88751e285bbd8a1f562 (diff)
downloadbcm5719-llvm-501977eb7ae8cded22fb85330c6e6fab19b52b25.tar.gz
bcm5719-llvm-501977eb7ae8cded22fb85330c6e6fab19b52b25.zip
Fix FileCheck --check-prefix lines.
Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188173
Diffstat (limited to 'llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll')
-rw-r--r--llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll b/llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll
index 135b144030d..f8121181186 100644
--- a/llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll
+++ b/llvm/test/CodeGen/ARM/2013-02-27-expand-vfma.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
-; RUN: llc < %s -mtriple=armv7s-apple-darwin | FileCheck %s -check-prefix=VFP4
+; RUN: llc < %s -mtriple=armv7s-apple-darwin | FileCheck %s -check-prefix=CHECK-VFP4
define <4 x float> @muladd(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind {
; CHECK-LABEL: muladd:
OpenPOWER on IntegriCloud