diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-03-09 22:45:16 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-03-09 22:45:16 +0000 |
commit | be0a05060fe624b14e18856d7fce21bf7cd73de6 (patch) | |
tree | 385ce00f044f09f4566363055f70ec230b0f9222 /llvm/test/CodeGen/X86/gcc_except_table_functions.ll | |
parent | 4a8821d48d1430eafb25a195dfc6c3ad732c1202 (diff) | |
download | bcm5719-llvm-be0a05060fe624b14e18856d7fce21bf7cd73de6.tar.gz bcm5719-llvm-be0a05060fe624b14e18856d7fce21bf7cd73de6.zip |
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
Diffstat (limited to 'llvm/test/CodeGen/X86/gcc_except_table_functions.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/gcc_except_table_functions.ll | 1 |
1 files changed, 1 insertions, 0 deletions
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 |