mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Add a target triple so that this test behaves consistently across hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1410b7620a
commit
c933acf096
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 -asm-verbose=false | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -asm-verbose=false -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
|
||||
|
||||
; Currently, floating-point selects are lowered to CFG triangles.
|
||||
; This means that one side of the select is always unconditionally
|
||||
|
Loading…
x
Reference in New Issue
Block a user