mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Make this test more thorough. Not only should there be no %esi,
there should be no spilling of anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2383503c4c
commit
8733db351a
@ -1,6 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep neg
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep sub.*esp
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep esi
|
||||
; RUN: llvm-as < %s | llc -march=x86 > %t
|
||||
; RUN: not grep neg %t
|
||||
; RUN: not grep sub.*esp %t
|
||||
; RUN: not grep esi %t
|
||||
; RUN: not grep push %t
|
||||
|
||||
; This corresponds to:
|
||||
;int t(int a, int b) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user