[AArch64] Fix test triplet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evandro Menezes 2016-10-18 20:41:30 +00:00
parent d9b0063780
commit be23217b8d

View File

@ -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