mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
xfail this for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c5494af8a9
commit
4dcedf1e85
@ -1,6 +1,9 @@
|
||||
; RUN: llvm-as < %s | llc -march=arm &&
|
||||
; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | not grep 'register spills'
|
||||
|
||||
;; Must talk to evan about this.
|
||||
; XFAIL: *
|
||||
|
||||
define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
|
||||
entry:
|
||||
icmp sgt i32 %size, 0 ; <i1>:0 [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user