From 86c0d8c92fd36f60fa12cc5a729a42ed403b277d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 30 Aug 2012 15:42:45 +0000 Subject: [PATCH] Fix test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162913 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopRotate/multiple-exits.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/LoopRotate/multiple-exits.ll b/test/Transforms/LoopRotate/multiple-exits.ll index 4568678c3d1..066b7e45d97 100644 --- a/test/Transforms/LoopRotate/multiple-exits.ll +++ b/test/Transforms/LoopRotate/multiple-exits.ll @@ -141,7 +141,7 @@ lpad.i: ; preds = %for.body.i catch.i: ; preds = %lpad.i %8 = tail call i8* @__cxa_begin_catch(i8* %6) nounwind - invoke void @_Z3barj(i32 0) + invoke void @test3(i32 0) to label %invoke.cont2.i unwind label %lpad1.i invoke.cont2.i: ; preds = %catch.i