From d703f65984793c35b1c0dc6d4d2115d237889132 Mon Sep 17 00:00:00 2001
From: Nick Lewycky
- <result> = invoke [cconv] <ptr to function ty> %<function ptr val>(<function args>) + <result> = invoke [cconv] <ptr to function ty> <function ptr val>(<function args>) to label <normal label> unwind label <exception label>@@ -1977,9 +1977,9 @@ exception. Additionally, this is important for implementation of
- %retval = invoke i32 %Test(i32 15) to label %Continue + %retval = invoke i32 @Test(i32 15) to label %Continue unwind label %TestCleanup ; {i32}:retval set - %retval = invoke coldcc i32 %Test(i32 15) to label %Continue + %retval = invoke coldcc i32 %Testfnptr(i32 15) to label %Continue unwind label %TestCleanup ; {i32}:retval set-- cgit v1.1