From 6b94b673197bfac5626d572facb87ab97dfa178c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 31 Aug 2011 21:40:15 +0000 Subject: Update more tests to the new EH scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138904 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/personality.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/personality.ll') diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll index 635648dc1c..dd50f4af6a 100644 --- a/test/CodeGen/X86/personality.ll +++ b/test/CodeGen/X86/personality.ll @@ -18,7 +18,7 @@ eh_then: ; preds = %unwind unwind10: ; preds = %eh_then %exn10 = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 - filter + cleanup %upgraded.eh_select13 = extractvalue { i8*, i32 } %exn10, 1 %upgraded.eh_select131 = sext i32 %upgraded.eh_select13 to i64 %tmp18 = icmp slt i64 %upgraded.eh_select131, 0 -- cgit v1.2.3