CodeGen: Remove implicit ilist iterator conversions, NFC
[oota-llvm.git] / test / CodeGen / X86 / seh-filter.ll
index 6a3a23edb1ae3962e01e73d852ba355ce5e33bb6..37ed15841a93dcb01efbebb3c38f584d2c3b1fc4 100644 (file)
@@ -1,14 +1,14 @@
 ; RUN: llc -O0 -mtriple=x86_64-windows-msvc < %s | FileCheck %s
 
 declare void @g()
-define void @f() {
+define void @f() personality i8* bitcast (i32 (...)* @__C_specific_handler to i8*) {
   invoke void @g() to label %return unwind label %lpad
 
 return:
   ret void
 
 lpad:
-  %ehptrs = landingpad {i8*, i32} personality i8* bitcast (i32 (...)* @__C_specific_handler to i8*)
+  %ehptrs = landingpad {i8*, i32}
     filter [0 x i8*] zeroinitializer
   call void @__cxa_call_unexpected(i8* null)
   unreachable