projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ae1f7
)
Update to new EH scheme.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 31 Aug 2011 21:44:24 +0000
(21:44 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 31 Aug 2011 21:44:24 +0000
(21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138906
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Other/2008-10-15-MissingSpace.ll
patch
|
blob
|
history
diff --git
a/test/Other/2008-10-15-MissingSpace.ll
b/test/Other/2008-10-15-MissingSpace.ll
index a61fa614213a6f63361efd37eae0095afc43cb22..d16ea72c2bda9ec54b94de9738c7c2ee5528ca99 100644
(file)
--- 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(...)