[llvm] r264083 - Remove unnecessary branch from test
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 11:45:41 PDT 2016
Author: sanjoy
Date: Tue Mar 22 13:45:41 2016
New Revision: 264083
URL: http://llvm.org/viewvc/llvm-project?rev=264083&view=rev
Log:
Remove unnecessary branch from test
(Addresses post commit review by Reid Kleckner)
Modified:
llvm/trunk/test/CodeGen/X86/deopt-bundles.ll
Modified: llvm/trunk/test/CodeGen/X86/deopt-bundles.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/deopt-bundles.ll?rev=264083&r1=264082&r2=264083&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/deopt-bundles.ll (original)
+++ llvm/trunk/test/CodeGen/X86/deopt-bundles.ll Tue Mar 22 13:45:41 2016
@@ -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
More information about the llvm-commits
mailing list