Remove unnecessary branch from test
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 22 Mar 2016 18:45:41 +0000 (18:45 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 22 Mar 2016 18:45:41 +0000 (18:45 +0000)
(Addresses post commit review by Reid Kleckner)

llvm-svn: 264083

llvm/test/CodeGen/X86/deopt-bundles.ll

index 3a135c3..d7a2936 100644 (file)
@@ -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