mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
really fix run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0294ac2e9a
commit
7fb501c9cd
@ -1,12 +1,12 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 > %t
|
; RUN: llvm-as < %s | llc -march=x86 > %t
|
||||||
; not grep cmp %t
|
; RUN: not grep cmp %t
|
||||||
; not grep xor %t
|
; RUN: not grep xor %t
|
||||||
; grep jne %t | count 1
|
; RUN: grep jne %t | count 1
|
||||||
; grep jp %t | count 1
|
; RUN: grep jp %t | count 1
|
||||||
; grep setnp %t | count 1
|
; RUN: grep setnp %t | count 1
|
||||||
; grep sete %t | count 1
|
; RUN: grep sete %t | count 1
|
||||||
; grep and %t | count 1
|
; RUN: grep and %t | count 1
|
||||||
; grep cvt %t | count 4
|
; RUN: grep cvt %t | count 4
|
||||||
|
|
||||||
define i32 @isint_return(double %d) nounwind {
|
define i32 @isint_return(double %d) nounwind {
|
||||||
%i = fptosi double %d to i32
|
%i = fptosi double %d to i32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user