From 3b17c1b48d01f2674938a37f5919543c71e070c0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 1 Sep 2011 01:02:41 +0000 Subject: Update to new EH scheme. llvm-svn: 138927 --- llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll') diff --git a/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll b/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll index 8adc0e52577..69bea6eaaed 100644 --- a/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll +++ b/llvm/test/Transforms/IndVarSimplify/interesting-invoke-use.ll @@ -47,9 +47,13 @@ bb178: ; preds = %invcont127 br label %bb123 lpad266: ; preds = %invcont129, %bb128, %bb123 + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } +declare i32 @__gxx_personality_v0(...) + declare void @system__img_int__image_integer(%struct.string___XUP* noalias sret, i32) declare void @system__string_ops__str_concat(%struct.string___XUP* noalias sret, [0 x i8]*, %struct.string___XUB*, [0 x i8]*, %struct.string___XUB*) -- cgit v1.2.3