forked from OSchip/llvm-project
parent
f882c54505
commit
66e9513625
|
@ -0,0 +1,13 @@
|
|||
; RUN: llvm-as < %s | opt -deadargelim -disable-output
|
||||
|
||||
implementation
|
||||
|
||||
internal csretcc void %build_delaunay({int}* %agg.result) {
|
||||
ret void
|
||||
}
|
||||
|
||||
void %test() {
|
||||
call csretcc void %build_delaunay({int}* null)
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue