repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2007-04-08-MultipleFrameIndices.ll
blob
9cbf3146eb80cd53467e763434cf00176bd65e08
1
; RUN: llvm-as < %s | llc
2
; XFAIL: sparc-sun-solaris2
3
; PR1308
4
; PR1557
5
6
define i32 @stuff(i32, ...) {
7
%foo = alloca i8*
8
%bar = alloca i32*
9
%A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, i8** %foo, i32** %bar )
10
ret i32 %A
11
}