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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2010-07-26 18:44:56 +00:00
parent 0944795b8c
commit 88dafec7f9

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