diff options
Diffstat (limited to 'test/Other/2008-10-15-MissingSpace.ll')
-rw-r--r-- | test/Other/2008-10-15-MissingSpace.ll | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Other/2008-10-15-MissingSpace.ll b/test/Other/2008-10-15-MissingSpace.ll index a61fa614213a..d16ea72c2bda 100644 --- a/test/Other/2008-10-15-MissingSpace.ll +++ b/test/Other/2008-10-15-MissingSpace.ll @@ -3,5 +3,10 @@ declare void @g() define void @f() { invoke void @g() to label %c unwind label %c - c: ret void +c: + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup + ret void } + +declare i32 @__gxx_personality_v0(...) |