forked from OSchip/llvm-project
Fix a test with malformed IR. Not sure why this didn't fail before.
llvm-svn: 109422
This commit is contained in:
parent
23b05d1cf5
commit
bb4c4b59a4
|
@ -216,6 +216,9 @@ bb61:
|
|||
|
||||
; PR5698
|
||||
define void @test7(i32 %x) {
|
||||
entry:
|
||||
br label %tailrecurse
|
||||
|
||||
tailrecurse:
|
||||
switch i32 %x, label %return [
|
||||
i32 2, label %bb2
|
||||
|
|
Loading…
Reference in New Issue