mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
testcase that crashes dead arg elim.
llvm-svn: 28942
This commit is contained in:
parent
d7b1f61e72
commit
7104d3b8a7
@ -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
Block a user