1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[AArch64] Fix test triplet

llvm-svn: 284532
This commit is contained in:
Evandro Menezes 2016-10-18 20:41:30 +00:00
parent 39d7a5132d
commit 86396ef439

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