diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-09-20 22:29:43 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-09-20 22:29:43 +0000 |
| commit | e3039de7225cdceca8a22b8c662a4b05b3dcc566 (patch) | |
| tree | 13c921c660535eb9e4161fb25ec0e18998acc0e5 /test/Transforms/CodeExtractor | |
| parent | f0dc257a8fe1325f2226d1c274c4d10c614b9e8b (diff) | |
Update this test to the new EH model.
Though I think it may be obsolete with the loop extract changes. And I couldn't
get the old version of LLVM to compile so that I could reduce this testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/CodeExtractor')
| -rw-r--r-- | test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll b/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll index 91e9799ad9..ff5de6b73e 100644 --- a/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll +++ b/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll @@ -190,5 +190,9 @@ return: ; preds = %entry ret void LongJmpBlkPre: ; preds = %endif.52, %then.40 + %exn = landingpad { i8*, i32 } personality i32 (...)* @__gcc_personality_v0 + catch i8* null ret void } + +declare i32 @__gcc_personality_v0(...) |
