mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Included test for r277360.
llvm-svn: 277361
This commit is contained in:
parent
0e0bcfac37
commit
dc77086fb5
7
test/Verifier/resume.ll
Normal file
7
test/Verifier/resume.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
|
||||
|
||||
define void @test1() {
|
||||
entry:
|
||||
resume { i8*, i32 } undef
|
||||
; CHECK: ResumeInst needs to be in a function with a personality.
|
||||
}
|
Loading…
Reference in New Issue
Block a user