diff options
| author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2016-10-24 18:57:55 +0000 |
|---|---|---|
| committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2016-10-24 18:57:55 +0000 |
| commit | da99e33ae3d93302a7395f6c2bbe8f69cafc717a (patch) | |
| tree | f87342059f5d84ca679e3ea3b2f05380a3717386 /llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll | |
| parent | 16e9b944e927c3d8a8f259306735fea37891ea1e (diff) | |
| download | bcm5719-llvm-da99e33ae3d93302a7395f6c2bbe8f69cafc717a.tar.gz bcm5719-llvm-da99e33ae3d93302a7395f6c2bbe8f69cafc717a.zip | |
[llvm] Remove redundant --check-prefix=CHECK from tests
Reviewers: MatzeB, mcrosier, rengolin
Differential Revision: https://reviews.llvm.org/D25894
llvm-svn: 285003
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll b/llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll index 4d6ce7c9756..65fc8ffc942 100644 --- a/llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll +++ b/llvm/test/CodeGen/ARM/build-attributes-fn-attr1.ll @@ -4,7 +4,7 @@ ; attributes values. This checks the "default" behaviour when these FP function ; attributes are not set at all. -; 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, 1 |

