repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
CodeGen
/
Generic
/
2007-04-08-MultipleFrameIndices.ll
blob
e961ea764ec28dfa2d959d1aee43a338ac97314f
1
; RUN: llc -no-integrated-as < %s
2
; XFAIL: sparc-sun-solaris2
3
; PR1308
4
; PR1557
5
6
; Bug: PR31336
7
; XFAIL: avr
8
9
define i32 @stuff(i32, ...) {
10
%foo = alloca i8*
11
%bar = alloca i32*
12
%A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, i8** %foo, i32** %bar )
13
ret i32 %A
14
}