diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-08-26 21:11:23 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-08-26 21:11:23 +0000 |
| commit | 1f4a32f5ac68b7be9902ca1917c240c9a9245d25 (patch) | |
| tree | 1e12011b2aa7f3cf98f011a6210c48ab37e4f366 | |
| parent | 6c0046f5d45d230a338c0cfe09b5b4b2d00f1ced (diff) | |
| download | external_llvm-1f4a32f5ac68b7be9902ca1917c240c9a9245d25.zip external_llvm-1f4a32f5ac68b7be9902ca1917c240c9a9245d25.tar.gz external_llvm-1f4a32f5ac68b7be9902ca1917c240c9a9245d25.tar.bz2 | |
Revert r138606 until LowerInvoke has been converted to the new EH scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138656 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/CodeGen/Generic/2004-02-08-UnwindSupport.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll b/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll index 30589f5..393062a 100644 --- a/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll +++ b/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll @@ -12,9 +12,6 @@ cont: ; preds = %0 ret i32 1 EH: ; preds = %0 - %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0 - cleanup - ret i32 0 + ret i32 0 } -declare i32 @__gxx_personality_v0(...) |
