[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / WinEH / seh-catch-all.ll
index bbe3443fa2cdec04c4f169104a1fc229c90b4157..fb2b9ba7cfdbe23f85343590986fad2b43f66203 100644 (file)
@@ -51,7 +51,7 @@ __try.cont:                                       ; preds = %__except, %invoke.c
 ; CHECK-LABEL: define void @seh_catch_all()
 ; CHECK: landingpad
 ; CHECK-NEXT: catch i8* null
-; CHECK-NEXT: call i8* (...)* @llvm.eh.actions(i32 1, i8* null, i32 -1, i8* blockaddress(@seh_catch_all, %catch.all))
+; CHECK-NEXT: call i8* (...) @llvm.eh.actions(i32 1, i8* null, i32 -1, i8* blockaddress(@seh_catch_all, %catch.all))
 ; CHECK-NEXT: indirectbr
 ;
 ; CHECK: catch.all: