Fix a test with malformed IR. Not sure why this didn't fail before.

llvm-svn: 109422
This commit is contained in:
Owen Anderson 2010-07-26 18:44:56 +00:00
parent 23b05d1cf5
commit bb4c4b59a4
1 changed files with 3 additions and 0 deletions

View File

@ -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