diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll')
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll b/llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll index a90e0727625..76f41e8fc21 100644 --- a/llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll +++ b/llvm/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll @@ -12,5 +12,9 @@ Cont: ; preds = %0 ret i32 0 Other: ; preds = %0 + landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0 + catch i8* null ret i32 1 } + +declare i32 @__gxx_personality_v0(...) |

