From bfecef5e1b474078c23b86eb5beb5d4c271cb7c9 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 22 Mar 2016 18:45:41 +0000 Subject: [PATCH] Remove unnecessary branch from test (Addresses post commit review by Reid Kleckner) llvm-svn: 264083 --- llvm/test/CodeGen/X86/deopt-bundles.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/CodeGen/X86/deopt-bundles.ll b/llvm/test/CodeGen/X86/deopt-bundles.ll index 3a135c3..d7a2936 100644 --- a/llvm/test/CodeGen/X86/deopt-bundles.ll +++ b/llvm/test/CodeGen/X86/deopt-bundles.ll @@ -121,9 +121,6 @@ catch.dispatch: catch: %cp1 = catchpad within %cs1 [i8* null, i32 64, i8* null] - br label %loop - -loop: %val2 = call i32 @callee_1(i32 100) "statepoint-id"="4243" [ "funclet"(token %cp1), "deopt"(i32 55) ] catchret from %cp1 to label %try.cont -- 2.7.4