From: Owen Anderson Date: Mon, 26 Jul 2010 18:44:56 +0000 (+0000) Subject: Fix a test with malformed IR. Not sure why this didn't fail before. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=88dafec7f931f2cbb91be0857030768e4c6c2e03;p=oota-llvm.git 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 --- diff --git a/test/Transforms/JumpThreading/crash.ll b/test/Transforms/JumpThreading/crash.ll index f0fc61e7370..4fe94e5ea0c 100644 --- a/test/Transforms/JumpThreading/crash.ll +++ b/test/Transforms/JumpThreading/crash.ll @@ -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