diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll b/llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll index 6d2faac0052..e97dd0a2e45 100644 --- a/llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll +++ b/llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll @@ -4,7 +4,7 @@ ; attributes values. ; Here we check the denormal-fp-math=positive-zero value. -; 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, 0 |