repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2008-10-29-ExpandVAARG.ll
blob
7ad94f149e1fd2230d789b208df05b912a4ae633
1
; RUN: llc < %s -march=x86
2
; PR2977
3
define i8* @ap_php_conv_p2(){
4
entry:
5
%ap.addr = alloca i8* ; <i8**> [#uses=36]
6
br label %sw.bb301
7
sw.bb301:
8
%0 = va_arg i8** %ap.addr, i64 ; <i64> [#uses=1]
9
br label %sw.bb301
10
}