From: Chris Lattner
<result> = invoke [cconv] <ptr to function ty> %<function ptr val>(<function args>) - to label <normal label> except label <exception label> + to label <normal label> unwind label <exception label>
%retval = invoke int %Test(int 15) to label %Continue
- except label %TestCleanup ; {int}:retval set
+ unwind label %TestCleanup ; {int}:retval set
%retval = invoke coldcc int %Test(int 15) to label %Continue
- except label %TestCleanup ; {int}:retval set
+ unwind label %TestCleanup ; {int}:retval set