From be0a05060fe624b14e18856d7fce21bf7cd73de6 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 9 Mar 2015 22:45:16 +0000 Subject: Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH preparation Fix the double-deletion of AnalysisResolver when delegating through to Dwarf EH preparation by creating one from scratch. Hopefully the new pass manager simplifies this. This reverts commit r229952. llvm-svn: 231719 --- llvm/test/CodeGen/X86/gcc_except_table_functions.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/X86/gcc_except_table_functions.ll') diff --git a/llvm/test/CodeGen/X86/gcc_except_table_functions.ll b/llvm/test/CodeGen/X86/gcc_except_table_functions.ll index 4a8168050e5..7a64a01fa38 100644 --- a/llvm/test/CodeGen/X86/gcc_except_table_functions.ll +++ b/llvm/test/CodeGen/X86/gcc_except_table_functions.ll @@ -20,6 +20,7 @@ try.cont: lpad: %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) + cleanup catch i8* bitcast (void ()* @filt0 to i8*) catch i8* bitcast (void ()* @filt1 to i8*) %sel = extractvalue { i8*, i32 } %0, 1 -- cgit v1.2.3