summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AArch64/fcsel-zero.ll2
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
OpenPOWER on IntegriCloud