mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Testcase for PR2894.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56d313dc4b
commit
27d860e566
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