From da99e33ae3d93302a7395f6c2bbe8f69cafc717a Mon Sep 17 00:00:00 2001 From: Mandeep Singh Grang Date: Mon, 24 Oct 2016 18:57:55 +0000 Subject: [llvm] Remove redundant --check-prefix=CHECK from tests Reviewers: MatzeB, mcrosier, rengolin Differential Revision: https://reviews.llvm.org/D25894 llvm-svn: 285003 --- llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll') diff --git a/llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll b/llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll index a454abac3b5..7f70c44c78f 100644 --- a/llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll +++ b/llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll @@ -4,7 +4,7 @@ ; functions have consistent function attributes values. ; Here we check values no-trapping-math=true and denormal-fp-math=ieee. -; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=cortex-a15 | FileCheck %s --check-prefix=CHECK +; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=cortex-a15 | FileCheck %s ; CHECK: .eabi_attribute 20, 1 ; CHECK: .eabi_attribute 21, 0 -- cgit v1.2.3