From: Bill Wendling Date: Mon, 19 Sep 2011 23:01:11 +0000 (+0000) Subject: Update test to remove the 'unwind' instruction. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=39b4166d85dba77a91c1e94babe764147b1ec479;p=oota-llvm.git Update test to remove the 'unwind' instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140084 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll b/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll index fc58577f67a..0460c19b7d1 100644 --- a/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll +++ b/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll @@ -10,6 +10,9 @@ Cont: ; preds = %EB ret i32 %V Unw: ; preds = %EB - unwind + %exn = landingpad {i8*, i32} personality i32 (...)* @__gcc_personality_v0 + catch i8* null + resume { i8*, i32 } %exn } +declare i32 @__gcc_personality_v0(...)