diff options
author | Evandro Menezes <e.menezes@samsung.com> | 2016-10-18 20:41:30 +0000 |
---|---|---|
committer | Evandro Menezes <e.menezes@samsung.com> | 2016-10-18 20:41:30 +0000 |
commit | 4dd6c68d67c25af4617238c1308f6aa6caa6e82c (patch) | |
tree | 330ab22cc310cafcf3b3896c9579ede1d852404e | |
parent | ce8d60156c2bd6754f760cd0186017ae6af6ee0a (diff) | |
download | bcm5719-llvm-4dd6c68d67c25af4617238c1308f6aa6caa6e82c.tar.gz bcm5719-llvm-4dd6c68d67c25af4617238c1308f6aa6caa6e82c.zip |
[AArch64] Fix test triplet
llvm-svn: 284532
-rw-r--r-- | llvm/test/CodeGen/AArch64/fcsel-zero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/fcsel-zero.ll b/llvm/test/CodeGen/AArch64/fcsel-zero.ll index 43e07bfec60..3fbcd106d08 100644 --- a/llvm/test/CodeGen/AArch64/fcsel-zero.ll +++ b/llvm/test/CodeGen/AArch64/fcsel-zero.ll @@ -1,6 +1,6 @@ ; Check that 0.0 is not materialized for CSEL when comparing against it. -; RUN: llc -mtriple=aarch64 -o - < %s | FileCheck %s +; RUN: llc -mtriple=aarch64-linux-gnu -o - < %s | FileCheck %s define float @foeq(float %a, float %b) #0 { %t = fcmp oeq float %a, 0.0 |