mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Testcase for PR2894.
llvm-svn: 57604
This commit is contained in:
parent
db9beb7d40
commit
9014e7b0dd
7
test/Other/2008-10-15-MissingSpace.ll
Normal file
7
test/Other/2008-10-15-MissingSpace.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | not grep {void@}
|
||||
; PR2894
|
||||
declare void @g()
|
||||
define void @f() {
|
||||
invoke void @g() to label %c unwind label %c
|
||||
c: ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user