diff options
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.ll | 2 |
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: |

