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 an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2007-04-08-MultipleFrameIndices.ll
blob
339f0f71ed5abd70aaa3017b3c94913206d73876
1
; RUN: llc < %s
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
}