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
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2004-08-09-va-end-null.ll
blob
3ee23d1a909a282513699a4e21825e5ca2c2c873
1
; RUN: llc < %s -march=c
2
3
declare void @llvm.va_end(i8*)
4
5
define void @test() {
6
%va.upgrd.1 = bitcast i8* null to i8* ; <i8*> [#uses=1]
7
call void @llvm.va_end( i8* %va.upgrd.1 )
8
ret void
9
}
10