commit | 935903191f0f1b62e78d68ec051be594fc4b4ce7 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Wed Aug 31 21:39:05 2011 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Wed Aug 31 21:39:05 2011 +0000 |
tree | 40b848718999ceaa7ba3866ef57633493b5a95de | |
parent | 24adac8b79a35af84fa19d210b00e9fba71e0085 [diff] [blame] |
Update more tests to the new EH scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138903 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/fast-isel-cmp-branch.ll b/test/CodeGen/X86/fast-isel-cmp-branch.ll index 12312e8..6e408f8 100644 --- a/test/CodeGen/X86/fast-isel-cmp-branch.ll +++ b/test/CodeGen/X86/fast-isel-cmp-branch.ll
@@ -26,5 +26,9 @@ return: ret void unw: + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } + +declare i32 @__gxx_personality_v0(...)