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 | aeaa9a8b2570ef23e06f2170f08caafda9fcf311 (patch) | |
tree | 80e9590f242985b5628404f320745692c9aabbab /test/Transforms/GVN/2010-05-08-OneBit.ll | |
parent | 340d78f4e7b95c235d0ecf315b755bebefd0a168 (diff) | |
download | external_llvm-aeaa9a8b2570ef23e06f2170f08caafda9fcf311.zip external_llvm-aeaa9a8b2570ef23e06f2170f08caafda9fcf311.tar.gz external_llvm-aeaa9a8b2570ef23e06f2170f08caafda9fcf311.tar.bz2 |
Update some tests to the new EH scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/2010-05-08-OneBit.ll')
-rw-r--r-- | test/Transforms/GVN/2010-05-08-OneBit.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/GVN/2010-05-08-OneBit.ll b/test/Transforms/GVN/2010-05-08-OneBit.ll index 1809cf0..480ce8b 100644 --- a/test/Transforms/GVN/2010-05-08-OneBit.ll +++ b/test/Transforms/GVN/2010-05-08-OneBit.ll @@ -45,6 +45,8 @@ k151.i.i: ; preds = %k133.i.i ret i32 0 landing_pad: ; preds = %l147.i.i, %l129.i.i, %l117.i.i + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup switch i32 undef, label %fin [ i32 1, label %catch1 i32 2, label %catch @@ -61,3 +63,5 @@ catch1: ; preds = %landing_pad } declare fastcc void @foo() + +declare i32 @__gxx_personality_v0(...) |