diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-09-01 00:58:03 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-09-01 00:58:03 +0000 |
| commit | e88632d66738689f6b7dd896d0aa0d7c4a2787c8 (patch) | |
| tree | 5f69709e17abaa64a867b35303c2da1fdabf36c2 /llvm/test/Transforms/FunctionAttrs | |
| parent | 832a6a190905f055036972ea0a49312f5de11cb0 (diff) | |
| download | bcm5719-llvm-e88632d66738689f6b7dd896d0aa0d7c4a2787c8.tar.gz bcm5719-llvm-e88632d66738689f6b7dd896d0aa0d7c4a2787c8.zip | |
Update some tests to the new EH scheme.
llvm-svn: 138925
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs')
| -rw-r--r-- | llvm/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll b/llvm/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll index 53857f61ce5..e2bab19e7ef 100644 --- a/llvm/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll +++ b/llvm/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll @@ -46,9 +46,13 @@ define i1 @c6(i8* %q, i8 %bit) { ret0: ret i1 0 ret1: + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup ret i1 1 } +declare i32 @__gxx_personality_v0(...) + define i1* @lookup_bit(i32* %q, i32 %bitno) readnone nounwind { %tmp = ptrtoint i32* %q to i32 %tmp2 = lshr i32 %tmp, %bitno |

