mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
New testcase that crashes the funcresolve pass.
llvm-svn: 6272
This commit is contained in:
parent
4875906a69
commit
228a0ea286
@ -0,0 +1,11 @@
|
||||
; RUN: as < %s | opt -funcresolve -disable-output
|
||||
|
||||
void %foo(int, int) {
|
||||
ret void
|
||||
}
|
||||
declare void %foo(...)
|
||||
|
||||
void %test() {
|
||||
call void(...)* %foo(int 7)
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user