From e6f4276ebbb99169143ceedb4d625c64496f79c2 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) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264083 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/deopt-bundles.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CodeGen/X86/deopt-bundles.ll b/test/CodeGen/X86/deopt-bundles.ll index 3a135c38f14..d7a293668d4 100644 --- a/test/CodeGen/X86/deopt-bundles.ll +++ b/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.11.0