mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4316028b3
commit
3fc42fd77c
@ -1,6 +1,7 @@
|
||||
; RUN: llc < %s -mcpu=generic -march=x86-64 > %t
|
||||
; RUN: grep subq %t | count 1
|
||||
; RUN: grep addq %t | count 1
|
||||
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
|
||||
; CHECK: f0:
|
||||
; CHECK: subq
|
||||
; CHECK: addq
|
||||
|
||||
define x86_fp80 @f0(float %f) nounwind readnone noredzone {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user